diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2254c6c..102939c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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