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.
This commit is contained in:
Philip Herron 2020-11-30 10:48:38 +00:00 committed by Philip Herron
parent 5878919d03
commit e6ebbcc6dd
1 changed files with 2 additions and 1 deletions

View File

@ -43,4 +43,5 @@ jobs:
- name: Build
run: |
cd gccrs-build; \
make
make; \
make check-rust