diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 6c475650..835f1e82 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -8,8 +8,8 @@ on: - release* jobs: - unit-tests: - name: Unit Tests + tests: + name: Tests runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -45,7 +45,7 @@ jobs: targets: ${{ matrix.target }} - name: Cargo Fetch - run: cargo fetch + run: cargo fetch - name: Run Tests run: cargo test --frozen --all-features