Ignore tests with noci tag

This commit is contained in:
Skye Deving 2021-01-07 03:40:41 -06:00
parent 6e679056b5
commit 9363246ca1

View File

@ -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]