We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032d77d commit 3f46d57Copy full SHA for 3f46d57
.github/workflows/go.yaml
@@ -45,7 +45,9 @@ jobs:
45
run: go-acc . -- -race -v -tags ""
46
47
- name: 'Tags: libsqlite3'
48
- run: go-acc . -- -race -v -tags "libsqlite3"
+ run: |
49
+ sqlite3 --version
50
+ go-acc . -- -race -v -tags "libsqlite3"
51
52
- name: 'Tags: full'
53
run: go-acc . -- -race -v -tags "sqlite_allow_uri_authority sqlite_app_armor sqlite_column_metadata sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_math_functions sqlite_os_trace sqlite_preupdate_hook sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_unlock_notify sqlite_userauth sqlite_vacuum_incr sqlite_vtable"
0 commit comments