Adding race condition test (#1357)

This commit is contained in:
Mzack9999 2021-12-10 17:12:46 +01:00 committed by GitHub
parent 28b197d79f
commit 4c565679b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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