Skip to content

Commit 0e1da5f

Browse files
committed
Update github action
1 parent 9611c21 commit 0e1da5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
run: |
3636
cd tests
3737
export SLEEP_INTERVAL=0.01
38+
# run these two tests first so it failed fast...
3839
python vulunserver.py 2>/dev/null &
39-
python -m unittest test_payload_gen
40+
python -m unittest test_payload_gen test_full_payload_gen
4041
pip install coverage
4142
coverage run --source ../fenjing -m unittest test_* &&
4243
coverage xml -i

0 commit comments

Comments
 (0)