2
0
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:
ʇʞʌp 2019-12-30 21:17:18 -08:00 committed by GitHub
parent 64d79baf56
commit 8d010e36c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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