From 4dc97fe76782850ff1ff8e9cf9e2d50a47faeb29 Mon Sep 17 00:00:00 2001 From: "lijiacheng.ljc" Date: Wed, 6 Mar 2024 18:46:53 +0800 Subject: [PATCH] ci: update test cases --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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