Skip to content

Commit

Permalink
Run standard go test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Sep 3, 2024
1 parent 2dd8c90 commit 3045341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test-go:
fi

ulimit -n 1024 && ./bin/gotestsum --format short-verbose ./test/go ./copydb/test ./sharding/test -count 1 -p 1 -failfast
go test -v

test-ruby:
bundle install
Expand Down

0 comments on commit 3045341

Please sign in to comment.