ci: use llgo test instead

ci: use llgo test instead
This commit is contained in:
Haolan
2025-11-14 11:07:15 +08:00
parent af27d0475d
commit 7f1e07755a
6 changed files with 12 additions and 31 deletions

View File

@@ -52,11 +52,6 @@ jobs:
if: ${{!startsWith(matrix.os, 'macos')}}
run: go test ./...
- name: Test Baremetal GC
if: ${{!startsWith(matrix.os, 'macos')}}
working-directory: runtime/internal/runtime/tinygogc
run: go test -tags testGC .
- name: Test with coverage
if: startsWith(matrix.os, 'macos')
run: go test -coverprofile="coverage.txt" -covermode=atomic ./...