diff options
| author | 2024-05-25 15:50:51 -0500 | |
|---|---|---|
| committer | 2024-05-25 15:50:51 -0500 | |
| commit | 8e0340252b889ac798658b9e232c29a47d27560e (patch) | |
| tree | 8de4af0b391619e48a4186ee69f202cba82dcf16 /.github | |
| parent | Add suite-bundle to meson test list. (diff) | |
Add verbose errors to ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98fa7d02..e26ed7ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: - name: Compile the project run: make clean && make CC=x86_64-w64-mingw32-gcc LD=x86_64-w64-mingw32-gcc UNAME=MINGW RUN=wine - name: Test the project - run: make test UNAME=MINGW RUN=wine + run: make test UNAME=MINGW RUN=wine VERBOSE=1 test-arm-linux: name: Build and test ARM32 cross compilation @@ -88,4 +88,4 @@ jobs: - name: Compile the project run: make RUN="qemu-arm -L /usr/arm-linux-gnueabi/" CC=arm-linux-gnueabi-gcc LD=arm-linux-gnueabi-gcc - name: Test the project - run: make RUN="qemu-arm -L /usr/arm-linux-gnueabi/" SUBRUN="qemu-arm -L /usr/arm-linux-gnueabi/" test + run: make RUN="qemu-arm -L /usr/arm-linux-gnueabi/" SUBRUN="qemu-arm -L /usr/arm-linux-gnueabi/" test VERBOSE=1 |
