From c46add034719dd33646282808ab5866951190367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Mon, 16 Sep 2024 11:44:43 +0200 Subject: [PATCH 1/2] fix deterministic_contract_id test --- src/nia.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nia.rs b/src/nia.rs index b36a9f4..b40a0e0 100644 --- a/src/nia.rs +++ b/src/nia.rs @@ -294,7 +294,7 @@ mod test { assert_eq!( contract.contract_id().to_string(), - s!("rgb:FnPSAtZ1-Pz7NyB7-SB8uiJN-VGXsr0T-2lUAaGI-agUu7z4") + s!("rgb:pOIzGFyQ-mA!yQq2-QH8vB5!-5fAplY!-x2lW!vz-JHDbYPg") ); } } From 60d86bbf36f4a91c3d8e889cfc7d5ef9499b5b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Mon, 16 Sep 2024 11:54:25 +0200 Subject: [PATCH 2/2] CI: fix gen-schemata job --- .github/workflows/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index aa572ec..4fd90c0 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -22,4 +22,4 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo run --features fs - - run: git diff | grep -q . && exit 1 + - run: git diff --quiet || exit 1