This commit is contained in:
Nuno Cruces
2023-04-14 15:40:48 +01:00
parent c1a640f7d8
commit 34acc28af8

View File

@@ -46,10 +46,6 @@ jobs:
- name: Test
run: go test -v ./...
- name: Test data races
run: go test -v -race ./...
if: matrix.os == 'ubuntu-latest'
- name: Test BSD locks
run: go test -v -tags sqlite3_bsd ./...
if: matrix.os == 'macos-latest'