mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-23 19:25:24 +00:00
Increases race condition coverage (#2293)
This commit is contained in:
parent
07d5beb73a
commit
1bf885e97b
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
|||||||
bash run.sh ${{ matrix.os }}
|
bash run.sh ${{ matrix.os }}
|
||||||
working-directory: integration_tests/
|
working-directory: integration_tests/
|
||||||
|
|
||||||
# At the bottom for known issue on OSX - https://github.com/projectdiscovery/nuclei/issues/1309
|
|
||||||
- name: Race Condition Tests
|
- name: Race Condition Tests
|
||||||
run: go build -race .
|
run: go run -race . -u scanme.sh
|
||||||
working-directory: v2/cmd/nuclei/
|
working-directory: v2/cmd/nuclei/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user