mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: separate v -autofree option_test.v
to its own step
This commit is contained in:
parent
99cc02685b
commit
d76e78719c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -363,10 +363,10 @@ jobs:
|
|||||||
run: ./v -cc gcc -cflags "-Werror" test-self
|
run: ./v -cc gcc -cflags "-Werror" test-self
|
||||||
- name: Build examples
|
- name: Build examples
|
||||||
run: ./v build-examples
|
run: ./v build-examples
|
||||||
- name: Build examples/certain tests with -autofree
|
- name: Build tetris.v with -autofree
|
||||||
run: |
|
run: ./v -autofree -experimental -o tetris examples/tetris/tetris.v
|
||||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v
|
- name: Build option_test.v with -autofree
|
||||||
./v -autofree vlib/v/tests/option_test.v
|
run: ./v -autofree vlib/v/tests/option_test.v
|
||||||
- name: Build modules
|
- name: Build modules
|
||||||
run: |
|
run: |
|
||||||
./v build-module vlib/os
|
./v build-module vlib/os
|
||||||
|
Loading…
Reference in New Issue
Block a user