mirror of https://github.com/jdx/mise
fix: skip last modified time test for nix (#2622)
This commit is contained in:
parent
b7b603138b
commit
89a8774f67
|
@ -39,7 +39,8 @@ rustPlatform.buildRustPackage {
|
||||||
# is excluded by default from Nix.
|
# is excluded by default from Nix.
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
RUST_BACKTRACE=full cargo test --all-features -- \
|
RUST_BACKTRACE=full cargo test --all-features -- \
|
||||||
--skip cli::plugins::ls::tests::test_plugin_list_urls
|
--skip cli::plugins::ls::tests::test_plugin_list_urls \
|
||||||
|
--skip tera::tests::test_last_modified
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue