Skip to content

Commit

Permalink
fix(ci): don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Nov 20, 2024
1 parent afd9445 commit 4a7f43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@v8

- run: nix flake check --impure -L
- run: nix flake check --impure --allow-import-from-derivation -L

build-artifacts:
strategy:
fail-fast: false
matrix:
crate:
- backup
Expand Down

0 comments on commit 4a7f43f

Please sign in to comment.