run tests less verbose in CI

This commit is contained in:
Jörg Thalheim
2024-11-26 14:33:21 +01:00
parent 09a7fccbb0
commit c046ea6e17

View File

@@ -30,7 +30,7 @@
# this disables dynamic dependency loading in clan-cli
export CLAN_NO_DYNAMIC_DEPS=1
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -s -m impure ./tests $@"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./tests $@"
'';
};
}