mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-21 02:08:02 +02:00
Turn off whitebox
This commit is contained in:
parent
069197052e
commit
539f215e35
4
.github/workflows/boxes.yml
vendored
4
.github/workflows/boxes.yml
vendored
@ -58,8 +58,8 @@ jobs:
|
|||||||
- name: make cov
|
- name: make cov
|
||||||
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
|
||||||
- name: Run white-box tests
|
#- name: Run white-box tests
|
||||||
run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
#run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
|
||||||
- name: Run black-box tests
|
- name: Run black-box tests
|
||||||
run: make covtest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
run: make covtest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
Loading…
x
Reference in New Issue
Block a user