aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake.yml3
-rw-r--r--test/test_bass.cpp2
2 files changed, 2 insertions, 3 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]
diff --git a/test/test_bass.cpp b/test/test_bass.cpp
index 24357492..f5f9198d 100644
--- a/test/test_bass.cpp
+++ b/test/test_bass.cpp
@@ -7,7 +7,7 @@
#include "bass.h"
#include "bassopus.h"
-TEST_CASE("BASS URL streaming", "[bass]") {
+TEST_CASE("BASS URL streaming", "[bass][noci]") {
// Sample
QString url = "https://raw.githubusercontent.com/skyedeving/aocharedit/master/Attorney%20Online%20Character%20Editor/Resources/about.mp3";