mirror of
https://github.com/xvxx/phetch
synced 2024-11-05 00:00:58 +00:00
quiet down the action output
This commit is contained in:
parent
64d79baf56
commit
8d010e36c3
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: check
|
||||
run: cargo check --verbose
|
||||
run: cargo check
|
||||
- name: clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
- name: build
|
||||
run: cargo build --verbose
|
||||
run: cargo clippy
|
||||
- name: test
|
||||
run: cargo test --verbose
|
||||
run: cargo test
|
||||
- name: build
|
||||
run: cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user