diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cc15e0..e868a3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: CI on: push: @@ -18,6 +18,7 @@ on: jobs: build: + name: Build strategy: matrix: os: [ubuntu-latest, macOS-latest] @@ -39,6 +40,7 @@ jobs: - run: make all test: + name: Test needs: build strategy: matrix: