We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d096d8 commit 48d982cCopy full SHA for 48d982c
.github/workflows/ci.yml
@@ -41,6 +41,8 @@ jobs:
41
toolchain: stable
42
profile: minimal
43
override: true
44
+ - name: Generate test for SVDs from cmsis-svd repository
45
+ run: bash generate-tests.sh
46
- uses: actions-rs/cargo@v1
47
with:
48
command: test
tests/src/lib.rs
@@ -59,6 +59,6 @@ mod interrupt;
59
mod modifiedwritevalues;
60
mod register;
61
//mod registerproperties;
62
+mod cmsis_tests;
63
mod usage;
64
mod writeconstraint;
-mod cmsis_tests;
0 commit comments