bara bra grejjor
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Has been cancelled

This commit is contained in:
2025-05-13 21:54:32 -04:00
parent bcd287b3b3
commit 7a8d0714f5

View File

@@ -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