Skip to content

Commit

Permalink
ci: run tests on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 2, 2025
1 parent d9aa6cd commit 0054005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
name: ${{ env.ARCH }}_bindgen.rs
path: src/ffi/${{ env.ARCH }}_bindgen.rs
- name: Run tests
if: ${{ matrix.target }} == 'x86_64-pc-windows-msvc'
run: cargo test -vv
run: cargo test -vv -F regenerate --target ${{ matrix.target }}

commit-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0054005

Please sign in to comment.