Skip to content

Commit

Permalink
Always run tests in bash
Browse files Browse the repository at this point in the history
This is only necessary for the windows-gnu target, but causes no
issues anywhere else.
  • Loading branch information
jrose-signal committed Oct 14, 2023
1 parent c05f8be commit 6b99418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,13 @@ jobs:
- if: "!matrix.check_only"
run: cargo test --target ${{ matrix.target }} ${{ matrix.extra_test_args }}
name: Run tests
shell: bash
env: ${{ matrix.custom_env }}
- if: matrix.check_only
# We `build` because we want the linker to verify we are cross-compiling correctly.
run: cargo build --target ${{ matrix.target }} --tests
name: Build tests
shell: bash
env: ${{ matrix.custom_env }}
- name: Test boring-sys cargo publish
# Running `cargo publish --dry-run` tests two things:
Expand Down

0 comments on commit 6b99418

Please sign in to comment.