Add workflow

This commit is contained in:
viridian 2024-02-17 12:07:04 +01:00
parent e912277605
commit 7d6bf80db6

View file

@ -0,0 +1,11 @@
name: run tests
on: push
jobs:
test:
name: cargo test
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features