diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4bf85c2..2254c6c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,6 +17,9 @@ jobs: - 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 + - name: Rustc version + run: rustc -V + - name: Build release version of contract run: cargo near build --no-abi