Ensure benchmarks run.

This commit is contained in:
Nuno Cruces
2024-05-20 01:20:11 +01:00
parent 8f88b687d4
commit 321d359663
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
run: go test -v ./... -bench . -benchtime=1x
- name: Test BSD locks
run: go test -v -tags sqlite3_flock ./...