Skip to content

merge: integrate readiness contract pipeline #5

merge: integrate readiness contract pipeline

merge: integrate readiness contract pipeline #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e18c1f174b91f20 # stable
with:
components: clippy
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test
- run: cargo build --release