Check targets in integration test
This commit is contained in:
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
@@ -38,3 +38,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo fmt --version
|
cargo fmt --version
|
||||||
cargo clippy --version
|
cargo clippy --version
|
||||||
|
- name: Check targets are installed correctly
|
||||||
|
if: matrix.rust == 'stable'
|
||||||
|
run: rustup target list --installed | grep '${{ matrix.targets }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user