Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit a83a30f

Browse files
chore: update github action for swc testing
1 parent 0d24456 commit a83a30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
name: swc
6+
name: compiler
77

88
on:
99
push:
@@ -34,4 +34,4 @@ jobs:
3434
version: latest
3535

3636
- name: Run tests
37-
run: cd swc && cargo test --all
37+
run: cd compiler && cargo test --all

0 commit comments

Comments
 (0)