Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(buildkit): Add test cases for builder #83

Merged
merged 8 commits into from
Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Comment coverage
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Apr 28, 2022
commit 9b6beceb69750a90b398c0acbea5da36ce5ffddc
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
git diff --cached --exit-code || (echo 'Please run "make fmt" to verify gofmt' && exit 1);
- name: Test
run: make test
- name: send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
working-directory: src/github.com/tensorchord/MIDI
flag-name: unit-test
parallel: true
# - name: send coverage
# uses: shogo82148/actions-goveralls@v1
# with:
# path-to-profile: coverage.out
# working-directory: src/github.com/tensorchord/MIDI
# flag-name: unit-test
# parallel: true
build:
name: build
runs-on: ubuntu-latest
Expand Down