Skip to content

Commit

Permalink
[CI] Fix the CI test (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix authored Jun 15, 2023
1 parent 8234918 commit a59a649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
- name: Run tests for pkg/kzg
run: go test -coverprofile=coverage.out ./pkg/kzg/...

- name: Run tests for api
run: go test -coverprofile=coverage.out ./api/...

- name: Run tests for core
run: go test -coverprofile=coverage.out ./core/...

Expand All @@ -83,3 +80,6 @@ jobs:

- name: Run tests for retriever
run: go test -coverprofile=coverage.out ./retriever/...

- name: Run tests for indexer
run: go test -coverprofile=coverage.out ./indexer/...

0 comments on commit a59a649

Please sign in to comment.