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

This commit is contained in:
wispem-wantex 2026-01-17 09:04:09 +09:00
parent 0371fb4144
commit c08f12e275

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