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