chore(actions): add framework to CI

This commit is contained in:
vmfunc
2024-11-22 10:45:21 -05:00
committed by vmfunc
parent 3bc7a2463d
commit 494a84e338

View File

@@ -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