remove --verbose from tests

This commit is contained in:
Chance 2024-12-02 12:49:08 -05:00 committed by BitSyndicate
parent d449c61643
commit 1f2793120f
Signed by: bitsyndicate
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