aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-07 04:44:10 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commitd73acf4d0d138efa7e85ed45c2f2df3ef2b99d96 (patch)
tree725ff7a0f7a2ebe176514aa67e6e2002e6b2df14 /.github/workflows
parent75dd544e5d4e359e19c904936c3bc96e8c9314e3 (diff)
Use noci tag for disabling bass test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 340bc7ea..d28b9b0a 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -74,7 +74,6 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build/test
shell: bash
- # Skipping tests for bass since no audio device
run: |
ln -s ../../test/*.png .
- QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]
+ QT_QPA_PLATFORM=offscreen ./test ~[noci]