remove --verbose from tests

This commit is contained in:
Chance 2024-12-02 12:49:08 -05:00 committed by BitSyndicate
parent b36fd151b5
commit c77b1d9590
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