There was an error while loading. Please reload this page.
1 parent 4c889b2 commit 33d9177Copy full SHA for 33d9177
1 file changed
.github/workflows/ci.yml
@@ -36,6 +36,19 @@ jobs:
36
if: matrix.rust == 'nightly'
37
- run: cargo test
38
39
+ embedded:
40
+ name: No atomic
41
+ needs: pre_ci
42
+ if: needs.pre_ci.outputs.continue
43
+ runs-on: ubuntu-latest
44
+ timeout-minutes: 45
45
+ steps:
46
+ - uses: actions/checkout@v4
47
+ - uses: dtolnay/rust-toolchain@stable
48
+ with:
49
+ targets: thumbv6m-none-eabi
50
+ - run: cargo check --target thumbv6m-none-eabi
51
+
52
msrv:
53
name: Rust 1.46.0
54
needs: pre_ci
0 commit comments