mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
Cleaning up main
This commit is contained in:
@@ -40,7 +40,7 @@ func main() {
|
||||
// run application tests
|
||||
test := runner.WithWorkdir("/src/src_code/go_src").WithExec([]string{"go", "test"})
|
||||
|
||||
buildDir := test.Directory("/src/dist")
|
||||
buildDir := test.Directory("/src/")
|
||||
|
||||
for _, goos := range geese {
|
||||
path := fmt.Sprintf("/dist/")
|
||||
|
||||
Reference in New Issue
Block a user