Skip to content

Commit 914c096

Browse files
committed
test,benchmarks: avoid running in CI
1 parent 868ec4f commit 914c096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

http-easy-test/net/http-easy/benchmarks.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@
175175

176176
(module+ test
177177
(require rackunit/text-ui)
178-
(run-tests benchmarks))
178+
(unless (getenv "CI")
179+
(run-tests benchmarks)))
179180

180181
(module+ main
181182
(require pict)

0 commit comments

Comments
 (0)