1 Commits

Author SHA1 Message Date
wispem-wantex
c08f12e275 ci: add fts5 build tag for tests
All checks were successful
CI / build-docker (push) Successful in 2s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Successful in 11s
2026-01-17 09:04:09 +09:00

View File

@@ -74,7 +74,7 @@ jobs:
gocheckout gocheckout
- name: test - name: test
run: go test ./... run: go test -tags fts5 ./...
- name: lint - name: lint
run: golangci-lint run run: golangci-lint run