Skip to content

Commit e6ebbcc

Browse files
committed
Turn on make check-rust
This will turn on the test-suite which does have a currently failing test lets see what happens the workflow in github.
1 parent 5878919 commit e6ebbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
- name: Build
4444
run: |
4545
cd gccrs-build; \
46-
make
46+
make; \
47+
make check-rust

0 commit comments

Comments
 (0)