From 1a3d2a0aa0b96999dfc2c922251b5e59438036e8 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Thu, 22 Oct 2020 11:45:32 -0700 Subject: [PATCH 1/2] Use ic-ref master for response authentication support --- .github/workflows/ic-ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ic-ref.yml b/.github/workflows/ic-ref.yml index c87fb315..2f953e74 100644 --- a/.github/workflows/ic-ref.yml +++ b/.github/workflows/ic-ref.yml @@ -16,7 +16,7 @@ jobs: include: - build: linux-stable ghc: '8.8.4' - spec: 'release-0.11' + spec: 'master' os: ubuntu-latest rust: stable From e1c0c781305307a3a9e04bddbc2a50ca295063c8 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Thu, 22 Oct 2020 12:08:03 -0700 Subject: [PATCH 2/2] update for expected IC version --- ref-tests/tests/ic-ref.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref-tests/tests/ic-ref.rs b/ref-tests/tests/ic-ref.rs index c7e0fbf4..110cc74b 100644 --- a/ref-tests/tests/ic-ref.rs +++ b/ref-tests/tests/ic-ref.rs @@ -13,7 +13,7 @@ use ref_tests::universal_canister; use ref_tests::with_agent; -const EXPECTED_IC_API_VERSION: &str = "0.11.1"; +const EXPECTED_IC_API_VERSION: &str = "∞"; #[ignore] #[test]