aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-29 21:46:51 +0200
committerDario Nieuwenhuis <[email protected]>2021-03-29 21:46:51 +0200
commit4371302da87f7fad4649c0ef4eade9432dc94529 (patch)
treed09f2b75e7e116e6e96f4233c16cca47efbc20b3 /.github
parent02ae53e71ba034268d929bcbaa359200fcb34690 (diff)
Remove workspace Cargo.toml, add template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d1a7ade0b..178ccf89c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -81,10 +81,8 @@ jobs:
81 with: 81 with:
82 path: target 82 path: target
83 key: ${{ runner.os }}-${{ matrix.target }} 83 key: ${{ runner.os }}-${{ matrix.target }}
84 - uses: actions-rs/cargo@v1 84 - name: Check
85 with: 85 run: cd ${{ matrix.package }} && cargo check --features=${{ matrix.features }} --target=${{ matrix.target }}
86 command: check
87 args: --package ${{ matrix.package }} --features=${{ matrix.features }} --target=${{ matrix.target }}
88 86
89 fmt: 87 fmt:
90 runs-on: ubuntu-latest 88 runs-on: ubuntu-latest