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:
adisbladis 2020-11-26 19:08:29 +01:00
parent e840602b3b
commit 4523826243
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -33,4 +33,4 @@ jobs:
with: with:
name: poetry2nix name: poetry2nix
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build --show-trace tests/default.nix - run: nix-build --keep-going --show-trace tests/default.nix