Skip to content

Commit

Permalink
Rename CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 3, 2024
1 parent ece78fe commit a8d6c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- release*

jobs:
unit-tests:
name: Unit Tests
tests:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -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

0 comments on commit a8d6c4a

Please sign in to comment.