Skip to content

Commit

Permalink
Also run 'make check' on CI now that more feature toggles are added
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 14, 2021
1 parent b12b98a commit 9d2f969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Test compilation
run: make check
- name: Run tests
run: make unit-tests
- name: fmt
Expand Down

0 comments on commit 9d2f969

Please sign in to comment.