diff options
| author | Jesse Rittner <rittneje@gmail.com> | 2021-02-18 09:17:00 -0500 |
|---|---|---|
| committer | rittneje <rittneje@gmail.com> | 2021-02-18 13:34:41 -0500 |
| commit | ab91e9342b029f7b8d6097257c9a7874153a5b3f (patch) | |
| tree | 600d007919a469b949fff36ff5998c872d077acd /.github | |
| parent | Export sqlite3_column_table_name (#900) (diff) | |
| download | golite-ab91e9342b029f7b8d6097257c9a7874153a5b3f.tar.gz golite-ab91e9342b029f7b8d6097257c9a7874153a5b3f.tar.xz | |
make column metadata functionality opt-in
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1c86d2a..f8001f5 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -44,7 +44,7 @@ jobs: run: go-acc . -- -race -v -tags "libsqlite3" - name: 'Tags: full' - run: go-acc . -- -race -v -tags "sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_preupdate_hook sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth sqlite_vacuum_incr sqlite_vtable sqlite_unlock_notify" + run: go-acc . -- -race -v -tags "sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_preupdate_hook sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth sqlite_vacuum_incr sqlite_vtable sqlite_unlock_notify sqlite_column_metadata" - name: 'Tags: vacuum' run: go-acc . -- -race -v -tags "sqlite_vacuum_full" |
