Skip to content

Update GH actions to modern images #483

Update GH actions to modern images

Update GH actions to modern images #483

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
name: test (${{ matrix.toolchain }})
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@${{ matrix.toolchain }}

Check failure on line 14 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 14, Col: 15): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.toolchain
- run: cargo test --all-features