Skip to content

Commit ebc9b99

Browse files
committed
chore(actions): add framework to CI
1 parent 13c7ce1 commit ebc9b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: make
2121
- name: Run Sif with features
2222
run: |
23-
./sif -u https://google.com -dnslist small -dirlist small -dork -git -whois -cms
23+
./sif -u https://example.com -dnslist small -dirlist small -dork -git -whois -cms -framework
2424
if [ $? -eq 0 ]; then
2525
echo "Sif ran successfully"
2626
else

0 commit comments

Comments
 (0)