Commit 08605c7a authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Kamil Kisiel

ci: Also run benchmarks to make sure they do not become broken

As recent fixes show it is easy to break benchmarks while adjusting
tests without noticing. Prevent that to happen by running all benchmarks
just once during each CI run.
parent 1d818b7a
......@@ -37,3 +37,4 @@ jobs:
fetch-depth: 0 # Make "git describe" work
- run: go test
- run: go test -run ø -bench . -benchtime 1x
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment