mirror of
https://github.com/lunchcat/sif.git
synced 2026-03-12 21:23:04 -07:00
chore(actions): add framework to CI
This commit is contained in:
2
.github/workflows/runtest.yml
vendored
2
.github/workflows/runtest.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
run: make
|
||||
- name: Run Sif with features
|
||||
run: |
|
||||
./sif -u https://google.com -dnslist small -dirlist small -dork -git -whois -cms
|
||||
./sif -u https://example.com -dnslist small -dirlist small -dork -git -whois -cms -framework
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Sif ran successfully"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user