Skip to content

Commit 33cdfaf

Browse files
committed
chore: rename tests workflows
1 parent 2ebd463 commit 33cdfaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
unit-tests:
11-
name: Unit Tests
11+
name: Unit
1212
runs-on: ubuntu-latest
1313

1414
# unit tests don't need environment variables - they test pure functions
@@ -29,7 +29,7 @@ jobs:
2929
run: bun test:unit
3030

3131
integration-tests:
32-
name: Integration Tests
32+
name: Integration
3333
runs-on: ubuntu-latest
3434
needs: unit-tests # run after unit tests pass
3535

0 commit comments

Comments
 (0)