Updating editor

This commit is contained in:
Greg Hellings
2023-08-18 13:16:23 -05:00
committed by greg-compass
parent 854e60d450
commit ba6a4e3694
4 changed files with 6 additions and 42 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
cci = "./scripts/circleci-checks.py";
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
crun = "compass workspace run";
ctest = "compass workspace test";
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
cylint = "./scripts/run_yaml_lint.py";
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";