Skip to content

Commit

Permalink
Reduce CI time by removing some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Jan 9, 2025
1 parent 3e8f369 commit 227908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/c/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOST = c
HOST_COMPILER = $${C_HOST_COMPILER:-$(CC) -o}
TEST_TAGS=c core variadics r4rs
TEST_FEATURES ?= -f+ compression/lzss/2b, -e optimal, -f+ compression/lzss/2b -e optimal, -f+ c/gc/mark-sweep, -f+ c/gc/mark-sweep-dsw
TEST_FEATURES ?= -f+ compression/lzss/2b, -e optimal, -f+ c/gc/mark-sweep, -f+ c/gc/mark-sweep-dsw
include ../../makefile-common.mk

0 comments on commit 227908d

Please sign in to comment.