Working test_secrets_generate

This commit is contained in:
Qubasa
2024-01-11 21:48:39 +01:00
parent 16b043f508
commit f7c6ab5888
5 changed files with 20 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
]}"
ROOT=$(git rev-parse --show-toplevel)
cd "$ROOT/pkgs/clan-cli"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./tests $@"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -s -m impure ./tests $@"
'';
};
}