Skip to content

Commit

Permalink
GitHub Actions: test with both SQLite Go drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Nov 3, 2023
1 parent 6cf89ca commit c188667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
id: go

- name: Test
run: go test -v ./...
run: go test -race -v ./...
- name: Test modernc
run: go test -race -v -tags modernc ./...

0 comments on commit c188667

Please sign in to comment.