oaknut: CI: Don't run slow tests on OpenBSD

This commit is contained in:
Merry 2023-10-29 17:10:40 +00:00
parent 734f1bdb44
commit 23e9ddb4c4
2 changed files with 7 additions and 7 deletions

View file

@ -169,4 +169,4 @@ jobs:
cmake -B ${{github.workspace}}/build -GNinja
cd build
cmake --build . --config Release
./oaknut-tests -d yes
./oaknut-tests -d yes "~[slow]"