Skip to content

Commit

Permalink
Update CI to run new store tests
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Twigg <[email protected]>
  • Loading branch information
neilalexander committed Apr 4, 2024
1 parent b6e04f4 commit e3c9236
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 e3c9236

Please sign in to comment.