Skip to content

Commit

Permalink
Improve CI (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas authored Nov 22, 2024
1 parent 77647da commit 567f588
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
FLOX_AUTH0_URL: "https://auth.flox.dev"

strategy:
fail-fast: false
max-parallel: 8
matrix:
include: ${{ fromJSON(needs.envs.outputs.envs_only ) }}

Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flox.url = "github:flox/flox/refs/tags/v1.3.4";
inputs.flox.url = "github:flox/flox/refs/tags/v1.3.5";

outputs =
{
Expand Down

0 comments on commit 567f588

Please sign in to comment.