Add tests

This commit is contained in:
B. Blechschmidt 2023-03-20 23:52:38 +01:00
parent 53458fe84f
commit 1ac5428db5
3 changed files with 165 additions and 14 deletions

View file

@ -17,20 +17,6 @@ jobs:
with:
command: check
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
fmt:
name: Rustfmt
runs-on: ubuntu-latest