nandi/gleanpublic⑂ Fork 0
⑂ 462b891
Commits
⬇ Clone ▾
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Add build tag in CIUnverified

Julien Robert committed 2026-04-21T14:11:44+02:00 Browse files
462b891 parent: 83e5d54
modified .tangled/workflows/ci.yml +3 -3
@@ -17,8 +17,8 @@ dependencies:
1717 - gcc
1818
1919 steps:
20- - name: "Build servmon"
21- command: "go build ./..."
20+ - name: "Build glean"
21+ command: "go build -tags fts5 ./..."
2222
2323 - name: "Run tests"
24- command: "go test ./... -v"
24+ command: "go test -tags fts5 ./... -v"
@@ -17,8 +17,8 @@ dependencies:
17 - gcc17 - gcc
18 18
19 steps:19 steps:
20- - name: "Build servmon"20+ - name: "Build glean"
21- command: "go build ./..."21+ command: "go build -tags fts5 ./..."
22 22
23 - name: "Run tests"23 - name: "Run tests"
24- command: "go test ./... -v"24+ command: "go test -tags fts5 ./... -v"