mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 22:23:02 +00:00
Adding race condition test (#1357)
This commit is contained in:
parent
28b197d79f
commit
4c565679b5
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@ -28,4 +28,9 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: go build .
|
||||
working-directory: v2/cmd/nuclei/
|
||||
|
||||
# At the bottom for known issue on OSX - https://github.com/projectdiscovery/nuclei/issues/1309
|
||||
- name: Race Condition Tests
|
||||
run: go build -race .
|
||||
working-directory: v2/cmd/nuclei/
|
||||
Loading…
x
Reference in New Issue
Block a user