Refactor into cargo workspace

This commit is contained in:
Aditya Kulkarni
2019-10-22 13:21:18 -07:00
parent 4a62949bdb
commit be2eaad443
5 changed files with 29 additions and 22 deletions

View File

@@ -24,5 +24,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --verbose --release --all
args: --verbose --release --all --tests
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --release --all