Rename original CI pipeline to test
This commit is contained in:
parent
6e86b2af0c
commit
e085d733d5
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
# The "build" workflow
|
||||
build:
|
||||
test:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -41,6 +41,3 @@ jobs:
|
|||
- name: Run lint
|
||||
run: make lint
|
||||
|
||||
- name: Run build
|
||||
run: make
|
||||
|
Loading…
Reference in New Issue