mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gen.golang: correct use of const github_job
This commit is contained in:
parent
c3866bb7b1
commit
1b0754e4f3
@ -9,7 +9,7 @@ const is_verbose = os.getenv('VTEST_SHOW_CMD') != ''
|
||||
// TODO some logic copy pasted from valgrind_test.v and compiler_test.v, move to a module
|
||||
fn test_golang() {
|
||||
// this was failing on ubuntu-docker-musl, skip it for now
|
||||
if testing.github_job == 'ubuntu-docker-musl' {
|
||||
if github_job == 'ubuntu-docker-musl' {
|
||||
eprintln('Skipping Go tests')
|
||||
exit(0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user