From f294a249307accc0f173917989ce27c27f0c6792 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 12 Dec 2024 15:19:40 +0000 Subject: test: deterministic commit timestamps in test PRs now that the remote helper uses the commit author timestamp to determine if commit was applied from a proposal, the timestamps in the test proposal can no longer be identical. this makes them deterministically different based on the file name --- test_utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 672dcdb..b354ff4 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -21,3 +21,4 @@ simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", strip-ansi-escapes = "0.2.0" tokio = { version = "1.40.0", features = ["full"] } tungstenite = "0.20.1" +sha2 = "0.10" \ No newline at end of file -- cgit v1.2.3