Skip to content

Commit

Permalink
ci: bump cargo-near to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Sep 27, 2024
1 parent b2c10c5 commit 44e319d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
run: cargo fmt --check

- name: Install cargo-near CLI
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.4/cargo-near-installer.sh | sh
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.1/cargo-near-installer.sh | sh

- name: Rustc version
run: rustc -V

- name: Build release version of contract
run: cargo near build --no-abi
run: cargo near build --no-abi --no-docker

- name: Run cargo test
run: cargo test
Expand Down

0 comments on commit 44e319d

Please sign in to comment.