Turn off verbose logging in deploy.yml

This commit is contained in:
Tyler Hallada 2023-10-20 01:26:00 -04:00 committed by GitHub
parent 7bff966ac0
commit 6980ff5f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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