Revert "ci: skip RISC-V Zig Example test on macOS (#516)"

This reverts commit e25109ad97.
This commit is contained in:
daurnimator 2021-08-01 22:18:41 +10:00
parent 9dafec418c
commit d81b674ec6
No known key found for this signature in database
GPG Key ID: 45B429A8F9D9D22A

2
.github/tests.sh vendored
View File

@ -19,7 +19,6 @@ echo '::group::RISC-V C Example'
)
echo '::endgroup::'
if [ "x$RUNNER_OS" != "xmacOS" ]; then
echo '::group::RISC-V Zig Example'
(
set -x
@ -28,7 +27,6 @@ echo '::group::RISC-V Zig Example'
file riscv-zig-blink.bin
)
echo '::endgroup::'
fi
echo '::group::LiteX example for Hacker'
(