Use compile instead of async
This commit is contained in:
parent
042e55ca31
commit
647fe4ce68
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@
|
|||
"The last test run.")
|
||||
|
||||
(defun +go--spawn (cmd)
|
||||
(require 'async)
|
||||
(save-selected-window
|
||||
(async-shell-command cmd)))
|
||||
(compile cmd)))
|
||||
|
||||
(defun +go--run-tests (args)
|
||||
(let ((cmd (concat "go test " args)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue