summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-01-08 03:11:35 +0300
committerGitHub <noreply@github.com>2021-01-08 03:11:35 +0300
commit3c30514d86bee6ffbffe84952fe605041f6af76c (patch)
tree944e2708a5fd4544d3895d4c80d25767e5fb6eac /.github/workflows
parenta05dba8cdeeb11b6b921a3f5a98328d64d749888 (diff)
use pygments.rb 2.0.0 in CI (#387)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9d8db7..a967f19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,7 +53,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
- env:
- # pygments.rb often times out on MacOS nodes, leading to CI failures
- MENTOS_TIMEOUT: 60
run: bundle exec rake spec