remove --verbose from tests

This commit is contained in:
Chance 2024-12-02 12:49:08 -05:00 committed by BitSyndicate
parent e4f0a6646b
commit 88fd7d6d50
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE

View file

@ -70,7 +70,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --target ${{ matrix.target }}
args: --target ${{ matrix.target }}
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
QEMU_LD_PREFIX: /usr/aarch64-linux-gnu