Skip to content

Commit

Permalink
remove vendor
Browse files Browse the repository at this point in the history
Signed-off-by: sammy <sammyoina@gmail.com>
  • Loading branch information
SammyOina committed Jan 25, 2024
1 parent 4b9f6ed commit 92b780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
version: latest
args: --no-config --disable-all --enable gosimple --enable govet --enable unused --enable deadcode --timeout 3m
- name: Run tests
run: go test -mod=vendor -v --race -covermode=atomic -coverprofile cover.out ./...
run: go test -v --race -covermode=atomic -coverprofile cover.out ./...

0 comments on commit 92b780e

Please sign in to comment.