Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ic-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- build: linux-stable
ghc: '8.8.4'
spec: 'release-0.11'
spec: 'master'
os: ubuntu-latest
rust: stable

Expand Down
2 changes: 1 addition & 1 deletion ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down