Skip to content

Commit 6d2acc0

Browse files
authored
Merge pull request #32 from disco07/main2
Main2
2 parents 43327dc + 003582e commit 6d2acc0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +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
20+
run: go test -cover
1921
- name: Run Unit Tests
20-
run: go test
22+
run: go test -v

.idea/workspace.xml

+1-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)