Skip to content

Commit 1d1ad7c

Browse files
thumbv6m-none-eabi tests
1 parent 98f8938 commit 1d1ad7c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- beta
5252
- nightly
5353
- 1.57.0 # MSRV
54+
- thumbv6m-none-eabi # Non Arc target
5455

5556
name: tests/${{ matrix.rust }}
5657
steps:

scripts/all-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ set -e
66
FEATURES=$1
77
CHANNEL=$2
88

9+
if [ "$CHANNEL" = "thumbv6m-none-eabi" ]; then
10+
cargo build --no-default-features --features critical-section
11+
exit 1;
12+
fi
13+
914
if [ "$CHANNEL" = "1.57.0" ]; then
1015
cargo update --package openblas-src --precise 0.10.5
1116
cargo update --package openblas-build --precise 0.10.5

0 commit comments

Comments
 (0)