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:
parent
a2e93278c1
commit
86b53c9dcd
6 changed files with 68 additions and 95 deletions
3
.github/workflows/build-rust.yml
vendored
3
.github/workflows/build-rust.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue