aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-07 03:40:41 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit9363246ca1b03a23f7fa99a02f8adcc347d18e8c (patch)
tree91afd47e169d314b77d0405a2ec7e8a086885370
parent6e679056b52abc9f48f0cfc9129b2bd708515b69 (diff)
Ignore tests with noci tag
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 5573453a..408e32af 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,4 +75,4 @@ jobs:
working-directory: ${{github.workspace}}/build/test
shell: bash
# Skipping tests for bass since no audio device
- run: QT_QPA_PLATFORM=offscreen ./test ~[bass]
+ run: QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]