forked from DGNum/colmena
flake.nix: Add checks for integration tests
This commit is contained in:
parent
b7262f6781
commit
941f48bd81
2 changed files with 18 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
name: colmena
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix flake check
|
||||
- run: nix flake check --no-build
|
||||
if: ${{ !contains(matrix.nix.version, '2.3') && runner.os != 'macOS' }}
|
||||
|
||||
- name: Build Colmena
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue