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