Skip to content

Bump baptiste0928/cargo-install from 1.3.0 to 3.0.0 #100

Bump baptiste0928/cargo-install from 1.3.0 to 3.0.0

Bump baptiste0928/cargo-install from 1.3.0 to 3.0.0 #100

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: contract
container:
image: "paritytech/ci-unified:bullseye-1.75.0"
steps:
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run test
shell: bash
run: cargo test --all-features --verbose