mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2026-04-07 07:13:39 +00:00
oaknut: CI: Don't run slow tests on OpenBSD
This commit is contained in:
parent
734f1bdb44
commit
23e9ddb4c4
2 changed files with 7 additions and 7 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue