CI attempt: automated testing

This commit is contained in:
Karcsesz 2024-03-17 22:12:59 +01:00
parent 61a3c10377
commit 8b9fb53ca5

View file

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