Skip to content

Commit

Permalink
In updating build.zig I have forgotten that we need FTS support
Browse files Browse the repository at this point in the history
- Let's add a test that we can successfully initialise database in GitHub Action (will fail initially)
  • Loading branch information
malcolmstill committed Jun 16, 2024
1 parent a909024 commit 35eabb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
with:
version: 0.13.0
- run: zig build -Dtarget=${{ matrix.target }}-${{ matrix.os }}
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
- run: zig build -Dtarget=${{ matrix.target }}-${{ matrix.os }}
- run: zig-out/bin/clerk
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 35eabb5

Please sign in to comment.