Skip to content

Commit 342067b

Browse files
committed
wip
1 parent c1f3554 commit 342067b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
uses: actions/checkout@v3
1212
- name: build_container
1313
run: ./run.sh amd64 true
14-
- name: build opt
15-
run: ./run.sh amd64 ./build.sh opt
14+
- name: build all
15+
run: ./run.sh amd64 ./build.sh all
16+
- name: build debug
17+
run: ./run.sh amd64 ./build.sh debug
18+
- name: test
19+
run: ./run.sh amd64 make -C build check-tcg

0 commit comments

Comments
 (0)