Skip to content

Commit

Permalink
CI: Add workflow test for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultra-Code committed Dec 5, 2024
1 parent 483c2ae commit bda9bc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Run `build`
run: zig build ${{ matrix.build-options }} -Doptimize=${{ matrix.optimize }} --summary all

# Test allyourcodebase/lmdb#3
- name: Run `build tools`
run: zig build tools -Dtarget=x86_64-macos-none --summary all
run: zig build tools -Dtarget=x86_64-windows-gnu --summary all

test:
strategy:
fail-fast: false
Expand Down

0 comments on commit bda9bc0

Please sign in to comment.