summaryrefslogtreecommitdiff
path: root/.github/workflows/mjit.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-30 23:30:34 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-30 23:30:35 -0800
commitf98650e9f8602bfcf8fbb9fe63c2e1bc08ded81f (patch)
tree93c92a78bd4d9549ed80daa333c8c0bcb9f4d866 /.github/workflows/mjit.yml
parentfe158e4c6536432fec4b3f236910c5fcd9689c29 (diff)
Make all Actions job names consistent
like "{platform} / make ({make target}, ...)"
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index d23c136619..d6ebcaf75f 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -7,9 +7,10 @@ on:
branches:
- '*'
jobs:
- test:
+ make:
strategy:
matrix:
+ test_task: [ "check" ] # not used, but to make job names consistent
jit_opts: [ "--jit", "--jit-wait" ]
fail-fast: false
runs-on: ubuntu-latest