Skip to content

Commit

Permalink
Update CI to run new store tests (#5277)
Browse files Browse the repository at this point in the history
I missed this change in #5275.

Signed-off-by: Neil Twigg <neil@nats.io>
  • Loading branch information
derekcollison committed Apr 4, 2024
2 parents 0277a95 + beafa78 commit 4d9732c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/runTestsOnTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ elif [ "$1" = "store_tests" ]; then

go test -race -v -run=TestMemStore ./server -count=1 -vet=off -timeout=30m -failfast
go test -race -v -run=TestFileStore ./server -count=1 -vet=off -timeout=30m -failfast
go test -race -v -run=TestStore ./server -count=1 -vet=off -timeout=30m -failfast

elif [ "$1" = "js_tests" ]; then

Expand Down

0 comments on commit 4d9732c

Please sign in to comment.