chore(actions): add framework to CI

This commit is contained in:
vmfunc
2026-01-02 18:52:15 -08:00
committed by vmfunc
parent 3bc7a2463d
commit 494a84e338
+1 -1
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