Skip to content

Commit

Permalink
fix: split unit and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy-lmao committed Nov 6, 2024
1 parent f0f2c33 commit 34415a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
unit-tests:
name: Set up and Cache
name: Unit tests
runs-on: ubuntu-latest
outputs:
cache-hit: ${{ steps.cache.outputs.cache-hit }}
Expand All @@ -28,7 +28,7 @@ jobs:
run: cargo nextest run --release

integration-tests:
name: Set up and Cache
name: Integration tests
runs-on: ubuntu-latest
outputs:
cache-hit: ${{ steps.cache.outputs.cache-hit }}
Expand Down

0 comments on commit 34415a3

Please sign in to comment.