Skip to content

Bump actions/checkout from 3 to 4 #81

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #81

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
build_and_test:
strategy:
fail-fast: false
matrix:
version: [stable, beta]
name: Test (${{ matrix.version }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/[email protected]
with:
toolchain: ${{ matrix.version }}
- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast -- --nocapture