Add a lib that you can test.

This commit is contained in:
Jonathan 'theJPster' Pallant
2021-12-05 18:47:34 +00:00
parent 3c87ecdbb7
commit 4e2c632485
4 changed files with 27 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --target=x86_64-unknown-linux-gnu
- run: cargo test --lib --target=x86_64-unknown-linux-gnu
linting:
name: Linting
runs-on: ubuntu-latest