8000 modify ci · coder-xiaotian/swc-useclient@2faaee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2faaee2

Browse files
modify ci
1 parent ec4d0f6 commit 2faaee2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615

1716
steps:
18-
- uses: actions/checkout@v3
19-
- name: Build
20-
run: cargo build --verbose
21-
- name: Run tests
22-
run: cargo test --verbose
17+
- uses: actions/checkout@v3
18+
- name: cd transform dir
19+
run: cd transform
20+
- name: Run tests
21+
run: cargo test --verbose

0 commit comments

Comments
 (0)
0