test workflow
Some checks failed
test / cargo test (push) Failing after 1m16s

This commit is contained in:
2024-09-17 19:27:08 +02:00
parent dda4a0ac6e
commit 43ca7d4c56
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,11 @@
name: test
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