Skip to content

Commit 81f5e1e

Browse files
committed
ci: freebsd: skip non-native tests to save time
1 parent fd3da33 commit 81f5e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/srht/freebsd_script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ cd build
3131
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON
3232
make $JOBS install
3333

34-
# Here we skip compile error tests to save time.
35-
release/bin/zig build test -Dskip-compile-errors
34+
# Here we skip some tests to save time.
35+
release/bin/zig build test -Dskip-compile-errors -Dskip-non-native
3636

3737
if [ -f ~/.s3cfg ]; then
3838
mv ../LICENSE release/

0 commit comments

Comments
 (0)