Skip to content

Commit

Permalink
ci: test all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Mar 22, 2024
1 parent 99e82b2 commit d8caf34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Test and coverage
# we cannot use `go test ./...` currently, because many test cases are failed
run: |
go test ./internal -coverprofile=coverage.out -covermode=atomic
go test ./internal/luai -coverprofile=coverage.out -covermode=atomic
go test ./... -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit d8caf34

Please sign in to comment.