Commit a34752c941

Jakub Konka <kubkon@jakubkonka.com>
2023-04-13 16:44:22
ci: let's not skip non native tests on macos!
1 parent 3f35d69
ci/x86_64-macos-debug.sh
@@ -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.
ci/x86_64-macos-release.sh
@@ -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.