Skip to content

Commit 27b6d9c

Browse files
committed
Fix CI so it more reliably works
While Zeus makes tests run faster, it also causes tests to sometimes fail.
1 parent e81eca6 commit 27b6d9c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

bin/ci/install

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
bundle config set path $PWD/vendor/bundle
44
bundle install --jobs=3 --retry=3
5-
6-
if ! which zeus &>/dev/null; then
7-
gem install zeus
8-
fi

bin/ci/run-tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

3-
bin/start-dev --background --debug
43
bundle exec rake --trace

0 commit comments

Comments
 (0)