File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
pkgs/by-name/ca/cargo-insta Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,17 @@ rustPlatform.buildRustPackage rec {
1616
1717
1818 useFetchCargoVendor = true ;
19- cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k =" ;
19+ cargoHash = "sha256-Vx26ArAcsW0NNVNZa4M5hqz/sm1gecrun/bbRWMu07Q =" ;
2020
2121 checkFlags = [
22- # Depends on `rustfmt` and does not matter for packaging.
23- "--skip=utils::test_format_rust_expression"
24- # Requires networking
25- "--skip=test_force_update_snapshots"
22+ # Depends on `rustfmt` and does not matter for packaging.
23+ "--skip=utils::test_format_rust_expression"
24+ # Requires networking
25+ "--skip=test_force_update_snapshots"
26+
27+ "--skip=test_ignored_snapshots"
28+ "--skip=workspace::test_insta_workspace_root"
29+ "--skip=env::test_get_cargo_workspace_manifest_dir"
2630 ] ;
2731
2832 meta = with lib ; {
You can’t perform that action at this time.
0 commit comments