Skip to content

Commit

Permalink
test(storage): add -race to emulator tests (#11532)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp authored Jan 30, 2025
1 parent 7f8d69d commit da9788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/emulator_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ then
fi

# Run tests
go test -v -timeout 15m ./ ./dataflux -run="^Test(RetryConformance|.*Emulated)$" -short 2>&1 | tee -a sponge_log.log
go test -v -timeout 15m ./ ./dataflux -run="^Test(RetryConformance|.*Emulated)$" -short -race 2>&1 | tee -a sponge_log.log

0 comments on commit da9788f

Please sign in to comment.