Skip to content

Commit

Permalink
chore: merge conflicts solved
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Dec 15, 2023
2 parents 72d4775 + 037b30c commit bb80bea
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Test
run: |
go mod download
go test --race --count=1 --coverprofile cover.out -v ./...
go test --race --count=1 --coverprofile cover.out -v ./...
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
go.work
gen

# generated interface mock files
*_moq.go

# test configs for debug launch configuration
.vscode/config

Expand Down
Loading

0 comments on commit bb80bea

Please sign in to comment.