summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 08:37:01 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 08:37:15 +0800
commit9d2f969772306b35eab0b74cb792aac79d1d6af1 (patch)
tree3627d19424b725827c37cbd1c3808cba43a4517b
parentb12b98a07935c839a11af08cfa9dc872b5a127e8 (diff)
Also run 'make check' on CI now that more feature toggles are added
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 1d16362..b2d23c5 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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