Skip to content

Commit

Permalink
testing if github runner can scan 1k domains without crazy timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed May 24, 2024
1 parent ed9494c commit 92412fd
Show file tree
Hide file tree
Showing 2 changed files with 1,004 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
python --version
./integration_tests.py
- name: Large-Scale Integration Test
run: |
python --version
cat largescaleintegration/top-1k.csv | ./zdns A --iterative | grep "TIMEOUT" | wc -l
Loading

0 comments on commit 92412fd

Please sign in to comment.