diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 41bda0a..e7ddd31 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -33,10 +33,8 @@ jobs: - name: 📦 📥 Install Dependencies run: | - cd backend go mod download - name: ✅ 🔍 Run Go Tests run: | - cd backend go test -v ./... -coverprofile=coverage.out \ No newline at end of file