Skip to content

Commit

Permalink
ci: run tests before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 2, 2025
1 parent fa26853 commit a9546c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
with:
name: ${{ env.ARCH }}_bindgen.rs
path: src/ffi/${{ env.ARCH }}_bindgen.rs
- name: Run tests
run: cargo test --verbose
commit-and-push:
runs-on: ubuntu-latest
needs: bindgen
Expand All @@ -68,6 +66,8 @@ jobs:
pattern: "*bindgen.rs"
path: src/ffi
merge-multiple: true
- name: Run tests
run: cargo test --verbose
- name: Configure Git
run: |
git config user.name "GitHub Actions"
Expand Down

0 comments on commit a9546c2

Please sign in to comment.