ci: run benchmark tests

This commit is contained in:
Thomas Pelletier
2021-04-08 19:43:14 -04:00
parent ca41df4a59
commit 84f9e9bceb
+5 -1
View File
@@ -21,4 +21,8 @@ jobs:
uses: actions/setup-go@master
with:
go-version: ${{ matrix.go }}
- run: go test -race ./...
- name: Run unit tests
run: go test -race ./...
- name: Run benchmark tests
run: go test -race ./...
working-directory: benchmark