diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml
index e1f72db..5516f8b 100644
--- a/.github/workflows/autotest.yml
+++ b/.github/workflows/autotest.yml
@@ -218,7 +218,8 @@ jobs:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         goos: ${{ matrix.goos }}
         goarch: ${{ matrix.goarch }}
-        project_path: ./test/mutli-binaries/...
+        project_path: ./mutli-binaries/...
+        pre_command: go mod init localtest
         extra_files: LICENSE README.md
         build_flags: -v -tags v0.1-test-assets-${{ env.BUILD_TIME }}
         overwrite: true
diff --git a/test/mutli-binaries/go.mod b/test/mutli-binaries/go.mod
deleted file mode 100644
index b5834ea..0000000
--- a/test/mutli-binaries/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module localtest-multi-binaries
-
-go 1.19