Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbt200128 committed May 4, 2024
1 parent 610d5b9 commit 2f5781a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-nix.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local job = gha.os_matrix(
},
{
name: "Build and Check Flake",
run: "make nix-check-ci"
run: "make nix-check-verbose"
}
/* TODO - add this in so we can cache everything on every push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check Flake Validity
uses: DeterminateSystems/flake-checker-action@main
- name: Build and Check Flake
run: make nix-check-ci
run: make nix-check-verbose
strategy:
matrix:
os:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ nix-check:
nix flake check ".?submodules=1#"

# verbose and sandboxing are disabled to enable networking for tests
nix-check-ci:
nix flake check --option sandbox false -L ".?submodules=1#"
nix-check-verbose:
nix flake check -L ".?submodules=1#"

# check flake is valid and not stale
nix-check-flake:
Expand Down

0 comments on commit 2f5781a

Please sign in to comment.