Increases race condition coverage (#2293)

This commit is contained in:
Sandeep Singh 2022-07-19 01:10:10 +05:30 committed by GitHub
parent 07d5beb73a
commit 1bf885e97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/