diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09a8adb5a..95bcff641 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,6 +80,6 @@ jobs: - name: Test (Ubuntu) if: startsWith(matrix.os, 'ubuntu') run: | - ctest + ./chatterino-test --platform minimal working-directory: build-test shell: bash