ci: keep build going after first failure
This commit is contained in:
@@ -6,4 +6,4 @@ jobs:
|
|||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: nix flake check -L
|
- run: nix flake check --keep-going -L
|
||||||
|
|||||||
Reference in New Issue
Block a user