We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c526c89 commit 74a2021Copy full SHA for 74a2021
.github/workflows/tests.yml
@@ -146,7 +146,6 @@ jobs:
146
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
147
wget -O - $URL | tar -xz -C ~/.cargo/bin
148
cross --version
149
- - uses: Swatinem/rust-cache@v2
150
- name: Test
151
run: cross test --no-fail-fast --target=${{ matrix.target }} --features=std
152
@@ -183,7 +182,6 @@ jobs:
183
182
184
185
186
187
- name: Build Tests
188
run: cross test --no-run --target=${{ matrix.target }} --features=std
189
0 commit comments