We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b33d998 + c7f7fc8 commit 9c1764fCopy full SHA for 9c1764f
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- name: Build the Docker-compose
18
run: docker-compose up --build -d
19
- - name: Run cover test
+ - name: Run Cover Test
20
run: go test -cover
21
- name: Run Unit Tests
22
run: go test -v
0 commit comments