quiet down the action output

pull/6/head
ʇʞʌp 4 years ago committed by GitHub
parent 64d79baf56
commit 8d010e36c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save