mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-14 08:29:32 +00:00
bea3f31399
assert-test-linux ran the compiler test suite, the standard library tests, the smoke test, the wasm tests, and the baremetal tests one after the other, which took 31m26s. Add assert-build-linux, which publishes a tarball built with LLVM assertions. assert-stdlib-test-linux and assert-smoketest-linux download it, the same pattern as test-linux-build and smoketest-linux. assert-test-linux keeps the compiler test suite and runs at the same time. Only assert-test-linux saves the LLVM cache, thus the two jobs do not write the same key.