Cleaning up main

This commit is contained in:
Theis
2024-03-04 20:48:25 +01:00
parent 64e8184bbb
commit 17c2d3a6b1
6 changed files with 1 additions and 60 deletions
+1 -1
View File
@@ -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/")