rename checks-integration -> checks-impure
I think we should not use this for all integration tests
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
packages =
|
||||
integrationTests // {
|
||||
# a script that executes all other checks
|
||||
checks-integration = pkgs.writeShellScriptBin "checks-integration" ''
|
||||
checks-impure = pkgs.writeShellScriptBin "checks-impure" ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
set -euo pipefail
|
||||
${lib.concatMapStringsSep "\n" (name: ''
|
||||
|
||||
Reference in New Issue
Block a user