Rename original CI pipeline to test

This commit is contained in:
Juan Font 2021-06-13 13:12:48 +02:00
parent 6e86b2af0c
commit e085d733d5
1 changed files with 1 additions and 4 deletions

View File

@ -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