remove --verbose from tests

This commit is contained in:
Chance 2024-12-02 12:49:08 -05:00 committed by lily
parent 4f8d91c625
commit 18e6d3ad0f
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

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