Skip to content

build(deps): bump MarcoIeni/release-plz-action from 0.5.62 to 0.5.65 #45

build(deps): bump MarcoIeni/release-plz-action from 0.5.62 to 0.5.65

build(deps): bump MarcoIeni/release-plz-action from 0.5.62 to 0.5.65 #45

Workflow file for this run

name: CI
on:
pull_request: { types: [opened, synchronize, reopened, ready_for_review] }
push: { branches: [main] }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build_and_test:
strategy:
fail-fast: false
matrix:
# prettier-ignore
target:
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
version:
- { name: stable, version: stable }
- { name: beta, version: beta }
name: Test (${{ matrix.target.name }} / ${{ matrix.version.name }})
runs-on: ${{ matrix.target.os }}
steps:
- uses: actions/checkout@v4
- name: Install Rust (${{ matrix.version.version }})
uses: actions-rust-lang/[email protected]
with:
toolchain: ${{ matrix.version.version }}
- name: Install just, nextest
uses: taiki-e/[email protected]
with:
tool: just,nextest
- name: Test
run: just test
- name: Install cargo-ci-cache-clean
uses: taiki-e/[email protected]
with:
tool: cargo-ci-cache-clean
- name: CI cache clean
run: cargo-ci-cache-clean