Skip to content

Commit a3b95b2

Browse files
CI: GitHub: Nix: dontCheck (#807)
The Cabal testing is really enough. Maybe form a network test switch and disable those tests when the variable is set. So we configure that in the CI and in Nixpkgs.
1 parent dab5a93 commit a3b95b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Optional-Nix-dev-env-macOS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
# rev: "nixos-unstable" # 2020-09-29: NOTE: HNix default.nix currently pins the rev
1717
cachixAccount: "hnix"
1818
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
19+
doCheck: "false"
1920

2021

2122
jobs:

.github/workflows/Optional-Nix-dev-env-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
2828
allowInconsistentDependencies: "false"
2929
doJailbreak: "false"
30-
doCheck: "true"
30+
doCheck: "false"
3131
sdistTarball: "false"
3232
buildFromSdist: "false"
3333
buildStrictly: "false"

0 commit comments

Comments
 (0)