Run the benchmark tests on CI

pull/20/head
Vinícius Garcia 2022-03-27 10:22:15 -03:00
parent c2c8d02a1b
commit a59940361d
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ set -ueo pipefail
# Run ksql root module tests:
go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/vingarcia/ksql ./...
# Run the benchmarks
( cd benchmarks ; go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/vingarcia/ksql ./... )
# Run the tests for the examples module:
( cd examples ; go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/vingarcia/ksql ./... )