mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
CI: Compile all binaries in bin/ to test compilation.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user