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 3da2460 commit 03e5dafCopy full SHA for 03e5daf
README.md
@@ -80,12 +80,12 @@ Create a `config.yaml` file in the root directory with the following content:
80
81
1. **Run all tests**:
82
83
- go test ./... -v
+ go test ./... -v
84
85
2. **Run specific tests**:
86
87
- go test -v ./services/... // Test notification services
88
- go test -v ./repository/... // Test repositories
+ go test -v ./services/... // Test notification services
+ go test -v ./repository/... // Test repositories
89
90
## Key Components
91
0 commit comments