aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-22 21:38:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-22 21:38:58 -0800
commit15bf01cd63d63e655e8fa90bc986f3dd29a38bff (patch)
tree5982c89e29c5a29abc1c26c460cc480df458db39 /.github
parent56a6478a408d8199ec13425ed7a3adc78613c6bb (diff)
downloadpandoc-15bf01cd63d63e655e8fa90bc986f3dd29a38bff.tar.gz
Rename benchmark in CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 10ff8dcf8..b1a5e3b0f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
! grep -q ": *[Ww]arning:" build.log || exit 1
cabal v2-test --disable-optimization
- linux/benchmark:
+ benchmark:
runs-on: ubuntu-18.04
strategy: