Run tests in debug mode

This commit is contained in:
Henrik Lissner
2019-11-09 12:02:53 -05:00
parent 5b5c7cbaff
commit 3911a733b7

View File

@ -33,7 +33,7 @@ jobs:
- name: Doom version
run: "bin/doom version"
- name: Run tests
run: "bin/doom test"
run: "bin/doom -d test"
# FIXME
# name: Compile
# run: "bin/doom -y compile"