Skip to content

Commit 4c7e1be

Browse files
authored
Re-enabling run of cargo test
1 parent 30b9094 commit 4c7e1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
run: cargo build --verbose --release --examples
3636
#- run: echo "Release examples built:" && ls target/thumbv6m-none-eabi/release/examples/ |grep -v '-' |grep -v '\.d'
3737
#- run: rm target/thumbv6m-none-eabi/release/examples/ -rf
38-
#- name: Run tests
39-
# run: cargo test --verbose
38+
- name: Run tests
39+
run: cargo test --verbose

0 commit comments

Comments
 (0)