mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:18:31 -04:00
Fix cargo check action
This commit is contained in:
parent
48eaf0f840
commit
1a560434d4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue