diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-18 01:25:05 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-18 01:25:05 -0400 |
| commit | f7fea342cc63ce48568bfc51c62c919f4c9d066d (patch) | |
| tree | 9652ee82e2e473a99c05a42d168801cd7182fb79 | |
| parent | f312b96443f545081cb4ccfea40f3a0fb0eb8453 (diff) | |
Don't run windows tests
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -182,6 +182,7 @@ inherit cargoArtifacts; pname = nm; cargoExtraArgs = "-p ${nm}"; + doCheck = false; }); }; |
