Skip to content

Commit

Permalink
add gen workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 3, 2024
1 parent b541b7d commit adef5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tool: [bindings, yml, license, standalone]
tool: [bindgen, bindings, yml, license, standalone]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Run
run: cargo run -p tool_${{ matrix.tool }}
run: cargo run -p tool_${{ matrix.tool }} --release
- name: Check
shell: bash
run: |
Expand Down

0 comments on commit adef5e3

Please sign in to comment.