aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check.yml26
1 files changed, 15 insertions, 11 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 2ad0aad..8f10822 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -1,13 +1,17 @@
-name: Check
+name: Test
+
on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: make
- run: make
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: make
+ run: make