diff --git a/.github/workflows/ci.yml b/.github/workflows/test.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/test.yml index b75dbcc1..774b1ca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/test.yml @@ -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 -