1
0
forked from clan/clan-core

rename checks-integration -> checks-impure

I think we should not use this for all integration tests
This commit is contained in:
Jörg Thalheim 2023-08-27 09:57:46 +02:00
parent 9cc6a14d73
commit 4cc40865f5
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run .#checks-integration
- run: nix run .#checks-impure

View File

@ -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: ''