Skip to content

Commit

Permalink
Fixing test action.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Jul 3, 2024
1 parent e88f45b commit e5ad64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
> release/pjrt_c_api_cpu_plugin.so.gz
gzip -d release/pjrt_c_api_cpu_plugin.so.gz
sudo mv release/pjrt_c_api_cpu_plugin.so /usr/lib/x86_64-linux-gnu/
ls -lh /usr/lib/x86_64-linux-gnu/
- name: PreTest
run: |
go test ./xla -test.v
go test . -test.v
- name: Test
run: |
go test ./...
go test ./xlabuilder/... ./pjrt/...
- name: Go Coverage Badge
uses: tj-actions/coverage-badge-go@v2
Expand Down

0 comments on commit e5ad64e

Please sign in to comment.