Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Dec 23, 2024
1 parent 6cb3bf8 commit 4db52d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
unit-test-regz:
name: Unit Test Regz
runs-on: ${{ matrix.os }}
uses: ./.github/workflows/setup.yml
with:
runner: ${{ matrix.os }}
steps:
- uses: ./.github/workflows/setup.yml
with:
runner: ${{ matrix.os }}
- name: Unit Test Regz
run: zig build test
working-directory: tools/regz
Expand Down

0 comments on commit 4db52d2

Please sign in to comment.