Skip to content

Differential corrected atop candidate timely 0.27 #747

Differential corrected atop candidate timely 0.27

Differential corrected atop candidate timely 0.27 #747

Workflow file for this run

name: "Test Suite"
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu
- macos
# - windows
toolchain:
- stable
- 1.86
name: cargo test on ${{ matrix.os }}, rust ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: Cargo test
run: cargo test --workspace --all-targets
- name: Cargo doc test
run: cargo test --doc