ci: let's not skip non native tests on macos!

This commit is contained in:
Jakub Konka 2023-04-13 16:44:22 +02:00
parent 3f35d6984f
commit a34752c941
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ stage3/bin/zig build test docs \
--zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
--search-prefix "$PREFIX"
# Produce the experimental std lib documentation.

View File

@ -51,7 +51,6 @@ stage3/bin/zig build test docs \
--zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
--search-prefix "$PREFIX"
# Produce the experimental std lib documentation.