Skip to content

Commit

Permalink
ci: skip compiling_cpp_files_with_a_cplusplus_compiler_test.v on wind…
Browse files Browse the repository at this point in the history
…ows-tcc too
  • Loading branch information
spytheman committed Aug 13, 2023
1 parent ed26e1d commit 52536f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tools/vtest-self.v
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ fn main() {
}

if github_job == 'windows-tcc' {
tsession.skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.v'
// TODO: fix these ASAP
tsession.skip_files << 'vlib/net/tcp_test.v'
tsession.skip_files << 'vlib/net/udp_test.v'
Expand Down

0 comments on commit 52536f6

Please sign in to comment.