mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-10 12:18:15 +01: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
|
||||
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||
|
||||
- name: Run white-box tests
|
||||
run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||
#- name: Run white-box tests
|
||||
#run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||
|
||||
- name: Run black-box tests
|
||||
run: make covtest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||
|
Loading…
Reference in New Issue
Block a user