diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a81bb3cf..980ac1f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,7 @@ jobs: run: | go build . - name: Test with the Go CLI + # we cannot use `go test ./...` currently, because many test cases are failed run: | go test ./internal + go test ./internal/luai