Skip to content

Commit 9c1764f

Browse files
authored
Merge pull request #34 from disco07/main2
testing
2 parents b33d998 + c7f7fc8 commit 9c1764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker-compose
1818
run: docker-compose up --build -d
19-
- name: Run cover test
19+
- name: Run Cover Test
2020
run: go test -cover
2121
- name: Run Unit Tests
2222
run: go test -v

0 commit comments

Comments
 (0)