flake.nix: Add checks for integration tests

This commit is contained in:
Zhaofeng Li 2023-01-27 23:44:41 -07:00
parent b7262f6781
commit 941f48bd81
2 changed files with 18 additions and 3 deletions

View file

@ -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