mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Use nix-build --keep-going in CI
We want to get as many binaries as possible in the binary cache, even if a single dependency fails.
This commit is contained in:
parent
e840602b3b
commit
4523826243
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,4 +33,4 @@ jobs:
|
|||
with:
|
||||
name: poetry2nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: nix-build --show-trace tests/default.nix
|
||||
- run: nix-build --keep-going --show-trace tests/default.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue