We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57436 commit f32a821Copy full SHA for f32a821
Makefile
@@ -63,7 +63,7 @@ test-monoprocess:
63
$(GOTEST) $(TEST_FLAGS) -timeout $(TEST_TIMEOUT) github.com/cschleiden/go-workflows/backend/monoprocess
64
65
# Run all backend tests
66
-test-backends: test-redis test-mysql test-sqlite test-monoprocess test-postgres
+test-backends: test-redis test-mysql test-postgres test-sqlite test-monoprocess
67
68
custom-gcl:
69
@echo "Checking if golangci-lint is installed..."
0 commit comments