detect data race panics in integration_tests

dev
Tarun Koyalwar 2023-02-10 19:28:07 +05:30
parent e622b989fe
commit c49383de98
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
echo "::group::Build nuclei"
rm integration-test nuclei 2>/dev/null
cd ../v2/cmd/nuclei
go build
go build -race .
mv nuclei ../../../integration_tests/nuclei
echo "::endgroup::"