on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly --profile minimal --no-self-update
- uses: Swatinem/rust-cache@v2
- name: cargo test
run: cargo test --all-features