Skip to content

Commit f32a821

Browse files
vr009cschleiden
andcommitted
fix: update makefile
Co-authored-by: Christopher Schleiden <[email protected]>
1 parent 0c57436 commit f32a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-monoprocess:
6363
$(GOTEST) $(TEST_FLAGS) -timeout $(TEST_TIMEOUT) github.com/cschleiden/go-workflows/backend/monoprocess
6464

6565
# Run all backend tests
66-
test-backends: test-redis test-mysql test-sqlite test-monoprocess test-postgres
66+
test-backends: test-redis test-mysql test-postgres test-sqlite test-monoprocess
6767

6868
custom-gcl:
6969
@echo "Checking if golangci-lint is installed..."

0 commit comments

Comments
 (0)