mirror of https://github.com/VinGarcia/ksql.git
Run the benchmark tests on CI
parent
c2c8d02a1b
commit
a59940361d
|
@ -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 ./... )
|
||||
|
||||
|
|
Loading…
Reference in New Issue