diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0e8238f..15d3dfa 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -4,7 +4,7 @@ on: branches: - master -name: Codecov +name: Code Coverage jobs: test: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b03ec3a..08176ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ name: CI jobs: check: - name: Check + name: Build strategy: matrix: include: @@ -40,7 +40,7 @@ jobs: command: check test: - name: Test Suite + name: Test strategy: matrix: include: @@ -74,7 +74,7 @@ jobs: command: test lints: - name: Rust lints + name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3