Skip to content

Commit

Permalink
Fix rust test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jun 19, 2024
1 parent 1e37400 commit 1eec9f5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Test extraction
run: |
echo "::group::Running tests"
git config --global url.https://github.com/.insteadOf [email protected]:
make -j${{ env.JOBS }} test-extraction
echo "::endgroup::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ bumpalo = "3.5.0"
concert-std-derive = { path = "../concert-std-derive" }
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Expand Down

0 comments on commit 1eec9f5

Please sign in to comment.