Skip to content

Commit 48d982c

Browse files
committed
enable cmsis_tests in GHA
1 parent 2d096d8 commit 48d982c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
toolchain: stable
4242
profile: minimal
4343
override: true
44+
- name: Generate test for SVDs from cmsis-svd repository
45+
run: bash generate-tests.sh
4446
- uses: actions-rs/cargo@v1
4547
with:
4648
command: test

tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ mod interrupt;
5959
mod modifiedwritevalues;
6060
mod register;
6161
//mod registerproperties;
62+
mod cmsis_tests;
6263
mod usage;
6364
mod writeconstraint;
64-
mod cmsis_tests;

0 commit comments

Comments
 (0)