Skip to content

ci: add test workflow #1

ci: add test workflow

ci: add test workflow #1

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features