Check targets in integration test

This commit is contained in:
Héctor Ramón Jiménez 2019-09-18 17:40:33 +02:00
parent 7dde178219
commit aa4d8a0338

View File

@ -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 }}'