Skip to content

Commit

Permalink
add race flag to hull tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Jun 13, 2024
1 parent 797a1a9 commit ae64fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hull
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ cd $(dirname $0)/..

cd tests
echo "Running Hull Tests on Chart Version: $CHART_VERSION"
go test -timeout 30s -run ^TestChart$ github.com/rancher/backup-restore-operator/tests/hull
go test -race -timeout 30s -run ^TestChart$ github.com/rancher/backup-restore-operator/tests/hull

cd ..

0 comments on commit ae64fd0

Please sign in to comment.