Add build tag in CIUnverified
462b891 parent: 83e5d54 modified
.tangled/workflows/ci.yml +3 -3 | @@ -17,8 +17,8 @@ dependencies: | ||
| 17 | 17 | - gcc |
| 18 | 18 | |
| 19 | 19 | steps: |
| 20 | - - name: "Build servmon" | |
| 21 | - command: "go build ./..." | |
| 20 | + - name: "Build glean" | |
| 21 | + command: "go build -tags fts5 ./..." | |
| 22 | 22 | |
| 23 | 23 | - name: "Run tests" |
| 24 | - command: "go test ./... -v" | |
| 24 | + command: "go test -tags fts5 ./... -v" | |
| @@ -17,8 +17,8 @@ dependencies: | |||
| 17 | - gcc | 17 | - 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" |