Skip to content

Commit 37964c8

Browse files
committed
ci: skip cmd/tools/vpm/outdated_test.v and vlib/v2/types/checker_test.v on windows for now
1 parent 88229cc commit 37964c8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/tools/vpm/outdated_test.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// vtest retry: 3
2+
// vtest build: !windows
23
module main
34

45
import os

vlib/v2/types/checker_test.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) 2026 Alexander Medvednikov. All rights reserved.
22
// Use of this source code is governed by an MIT license
33
// that can be found in the LICENSE file.
4+
// vtest build: !windows
45
module types
56

67
import os

0 commit comments

Comments
 (0)