mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run VJOBS=1 ./v test-fixed
on the macos job, to better diagnose a sporadic V panic
This commit is contained in:
parent
990da2ee6d
commit
b609836f79
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
- name: Test symlink
|
||||
run: ./v symlink && v -o v2 cmd/v
|
||||
- name: Fixed tests
|
||||
run: ./v test-fixed
|
||||
run: VJOBS=1 ./v test-fixed
|
||||
- name: Build examples
|
||||
run: ./v build-examples
|
||||
- name: v vet
|
||||
|
Loading…
Reference in New Issue
Block a user