Skip to content

Commit 1ad6953

Browse files
committed
build: clean tinygo cache before running tests
Signed-off-by: deadprogram <[email protected]>
1 parent 3e8cdb6 commit 1ad6953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ commands:
9393
key: wasi-libc-sysroot-systemclang-v1
9494
paths:
9595
- lib/wasi-libc/sysroot
96+
- run: tinygo clean
9697
- run: go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./interp ./transform .
9798
- run: make gen-device -j4
9899
- run: make smoketest

0 commit comments

Comments
 (0)