Skip to content

Commit 3f46d57

Browse files
committed
WIP: print sqlite3 version
1 parent 032d77d commit 3f46d57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
run: go-acc . -- -race -v -tags ""
4646

4747
- name: 'Tags: libsqlite3'
48-
run: go-acc . -- -race -v -tags "libsqlite3"
48+
run: |
49+
sqlite3 --version
50+
go-acc . -- -race -v -tags "libsqlite3"
4951
5052
- name: 'Tags: full'
5153
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

Comments
 (0)