CI: Compile all binaries in bin/ to test compilation.

This commit is contained in:
parazyd
2022-03-17 12:47:57 +01:00
parent e7d968dfd7
commit 2b870588e7
2 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ jobs:
run: |
make test
- name: Compile all bins
run: |
./scripts/compile_all_bins.sh
feature-powerset:
name: Test crate feature powerset on ${{ matrix.os }}
runs-on: ${{ matrix.os }}