Fix cargo check action

This commit is contained in:
Aram 🍐 2022-06-25 10:39:44 -04:00
parent 48eaf0f840
commit 1a560434d4

View file

@ -29,7 +29,8 @@ jobs:
- name: Run cargo check without default features - name: Run cargo check without default features
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: check --no-default-features command: check
args: --no-default-features
test: test:
name: Test Suite name: Test Suite