Skip to content

Commit

Permalink
REDVM-281 fixing cli command for ginkgo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jubenitezg committed Sep 29, 2023
1 parent c8bf55a commit fab70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __message() {
main() {
__message "Running tests"

ginkgo -r -race --keepGoing -randomizeAllSpecs -skipMeasurements -failOnPending -cover $test_args
ginkgo -r -race --keepGoing -randomizeAllSpecs -failOnPending -cover $test_args
}

pushd $PROJECT_DIR
Expand Down

0 comments on commit fab70ea

Please sign in to comment.