Skip to content

Commit

Permalink
enable cmsis_tests in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Apr 2, 2023
1 parent f474b93 commit 3e1c143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
toolchain: stable
profile: minimal
override: true
- name: Generate test for SVDs from cmsis-svd repository
run: bash generate-tests.sh
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down
2 changes: 1 addition & 1 deletion tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ mod interrupt;
mod modifiedwritevalues;
mod register;
//mod registerproperties;
mod cmsis_tests;
mod usage;
mod writeconstraint;
mod cmsis_tests;

0 comments on commit 3e1c143

Please sign in to comment.