Skip to content

Bump baptiste0928/cargo-install from 2.2.0 to 3.1.0 #120

Bump baptiste0928/cargo-install from 2.2.0 to 3.1.0

Bump baptiste0928/cargo-install from 2.2.0 to 3.1.0 #120

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contracts
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run test
run: cargo test --verbose