build: display version after CI build

This commit is contained in:
Vincent Bernat
2022-07-22 11:14:23 +02:00
parent 82791eb5b9
commit 24e4776316
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ run tests:
- export GOMODCACHE=$PWD/.go-cache
- npm config --user set cache $PWD/.npm-cache
- time go mod download
- time make
- time make && ./bin/akvorado version
- time make test
- time make test-race || make test-race
- time make test-coverage || make test-coverage