Convert to workspace

This commit is contained in:
Joel Wachsler
2022-07-10 15:27:31 +00:00
parent 732ac0092a
commit 52a0a6e59f
4 changed files with 82 additions and 17 deletions
+10
View File
@@ -16,4 +16,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: tests --workspace