Turn off verbose logging in deploy.yml

This commit is contained in:
2023-10-20 01:26:00 -04:00
committed by GitHub
parent 7bff966ac0
commit 6980ff5f9f

View File

@@ -41,10 +41,10 @@ jobs:
run: cargo install sqlx-cli --no-default-features --features native-tls,postgres
- name: Run tests
run: cargo test --verbose
run: cargo test
- name: Build backend
run: cargo build --release --verbose
run: cargo build --release
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2