ci: skip ringbuffer_test.v in the tcc-windows and msvc-windows jobs too, to avoid flakyness for unrelated commits/PRs.

This commit is contained in:
Delyan Angelov 2025-07-22 12:38:52 +03:00
parent 4205697d88
commit 9f0094b0b4
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -1,4 +1,4 @@
// vtest build: !gcc-windows
// vtest build: !gcc-windows && !msvc-windows && !tcc-windows
import datatypes.lockfree
import time
import sync