diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 45e780b..6a0d58c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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"