Skip to content

Commit

Permalink
Trigger KLE parsing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Oct 6, 2024
1 parent 82cde04 commit dee9b03
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ jobs:
matrix:
zig_version:
- latest
- master
#- master - not compatible yet
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: ${{ matrix.zig_version }}
- run: zig build test
- name: Install dependencies
shell: bash
run: |
sudo apt-get install libsdl2-dev libsdl2-image-dev libxi-dev
# kle tests not triggered from main,
# must figure out how to properly zig test
- run: |
zig build test
zig test src/kle.zig

0 comments on commit dee9b03

Please sign in to comment.