Move tests into a separate directory

Also run these tests on Github Actions as part of the PR request
flow.
This commit is contained in:
Sam Poder 2023-06-29 18:18:55 +00:00 committed by Conrad Kramer
parent a2e93278c1
commit 86b53c9dcd
6 changed files with 68 additions and 95 deletions

View file

@ -60,3 +60,6 @@ jobs:
- name: Build
shell: bash
run: cargo build --verbose --workspace --all-features --target ${{ join(matrix.targets, ' --target ') }}
- name: Post-Build Tests
shell: bash
run: cargo test