Files
tinygo/.github
deadprogram bea3f31399 ci: split assert-test-linux into jobs that run at the same time
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.
2026-09-12 00:59:43 +02:00
..