We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9611c21 commit 0e1da5fCopy full SHA for 0e1da5f
.github/workflows/run-tests.yml
@@ -35,8 +35,9 @@ jobs:
35
run: |
36
cd tests
37
export SLEEP_INTERVAL=0.01
38
+ # run these two tests first so it failed fast...
39
python vulunserver.py 2>/dev/null &
- python -m unittest test_payload_gen
40
+ python -m unittest test_payload_gen test_full_payload_gen
41
pip install coverage
42
coverage run --source ../fenjing -m unittest test_* &&
43
coverage xml -i
0 commit comments