Skip to content

Commit

Permalink
feat: [gin] sort file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiekun committed Jan 2, 2024
1 parent fd1e215 commit 9b565ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ "master" ]

jobs:

e2e-test:
runs-on: ubuntu-latest
steps:
Expand All @@ -19,5 +18,4 @@ jobs:
go-version: '1.16'

- name: Test with coverage
working-directory: ./go-contrib
run: go test -v -cover -timeout 5m -coverpkg=./... -parallel 1 -covermode=atomic -gcflags=all=-l $(go list ./test/e2e/...) -coverprofile=coverage.txt

0 comments on commit 9b565ae

Please sign in to comment.