Build tests even for cross-compiling
This commit is contained in:
parent
1028909b40
commit
2f62df492b
|
|
@ -188,8 +188,9 @@ jobs:
|
||||||
run: cargo test --target ${{ matrix.target }} ${{ matrix.extra_test_args }}
|
run: cargo test --target ${{ matrix.target }} ${{ matrix.extra_test_args }}
|
||||||
name: Run tests
|
name: Run tests
|
||||||
- if: matrix.check_only
|
- if: matrix.check_only
|
||||||
run: cargo check --target ${{ matrix.target }} --all-targets
|
# We `build` because we want the linker to verify we are cross-compiling correctly.
|
||||||
name: Check tests
|
run: cargo build --target ${{ matrix.target }} --tests
|
||||||
|
name: Build tests
|
||||||
- name: Test boring-sys cargo publish
|
- name: Test boring-sys cargo publish
|
||||||
# Running `cargo publish --dry-run` tests two things:
|
# Running `cargo publish --dry-run` tests two things:
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue