Skip to content

Commit

Permalink
chore(actions): add framework to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc committed Nov 22, 2024
1 parent 13c7ce1 commit ebc9b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebc9b99

Please sign in to comment.