Update test.yml

This commit is contained in:
Nuno Cruces
2024-12-21 12:13:45 +00:00
committed by GitHub
parent f2d894194d
commit c3633dda35

View File

@@ -56,7 +56,7 @@ jobs:
- name: Test BSD locks
run: go test -v -tags sqlite3_flock ./...
if: matrix.os == 'macos-latest'
if: matrix.os != 'windows-latest'
- name: Test dot locks
run: go test -v -tags sqlite3_dotlk ./...
@@ -201,4 +201,4 @@ jobs:
uses: ./.github/actions/lfs
- name: Test
run: go test -v ./...
run: go test -v ./...