- Remove test step from CI (WASM-only code can't run native tests) - Update manifesto links to use absolute Gitea URLs Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,5 +17,3 @@ jobs:
|
||||
run: GOOS=js GOARCH=wasm go build ./...
|
||||
- name: Build Host
|
||||
run: go build ./host/...
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user