chore: Bump version to 0.6.0, fix tests
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + Marmot E2E) (push) Failing after 0s

This commit is contained in:
2026-03-18 21:29:58 +01:00
parent fc3d121599
commit 84f83a48d7
7 changed files with 29 additions and 23 deletions
+5 -1
View File
@@ -724,7 +724,11 @@ defmodule NodeSyncE2E.Runner do
%{
"created_at" => System.system_time(:second),
"kind" => 27_235,
"tags" => [["method", method], ["u", url]],
"tags" => [
["method", method],
["u", url],
["nonce", "#{System.unique_integer([:positive, :monotonic])}"]
],
"content" => ""
}
end