Skip to content

Commit a26db9a

Browse files
committed
ci: run at least some tests on older Go/LLVM versions
These should make sure basic functionality is still working. Using the `-short` flag to avoid taking too long to run all tests (and to install all the necessary emulators), and because some targets might not work in older Go/LLVM versions (such as WASI). TestErrors is skipped because the formatting of Go errors can change across versions.
1 parent 0edeaf6 commit a26db9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ commands:
9090
name: Check Go code formatting
9191
command: make fmt-check lint
9292
- run: make gen-device -j4
93+
- run: go test -tags=llvm<<parameters.llvm>> -short -skip=TestErrors
9394
- run: make smoketest XTENSA=0
9495
- save_cache:
9596
key: go-cache-v4-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}

0 commit comments

Comments
 (0)