Don't run tests in debug mode

Way too verbose. Buttercup does enough of a job putting out debug info.
This commit is contained in:
Henrik Lissner 2019-11-09 17:19:38 -05:00
parent 31f1873aaa
commit a996dfdb6d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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