mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user