Remove workspace Cargo.toml, add template

This commit is contained in:
Dario Nieuwenhuis
2021-03-29 21:46:51 +02:00
parent 02ae53e71b
commit 4371302da8
4 changed files with 78 additions and 62 deletions

View File

@ -81,10 +81,8 @@ jobs:
with:
path: target
key: ${{ runner.os }}-${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
command: check
args: --package ${{ matrix.package }} --features=${{ matrix.features }} --target=${{ matrix.target }}
- name: Check
run: cd ${{ matrix.package }} && cargo check --features=${{ matrix.features }} --target=${{ matrix.target }}
fmt:
runs-on: ubuntu-latest