Skip to content

Shorten according to Clippy lint #606

Shorten according to Clippy lint

Shorten according to Clippy lint #606

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
# See also https://github.com/actions-rs/meta/issues/21.
- uses: Swatinem/rust-cache@v2
- run: python scripts/test.py