Skip to content

Commit ebcb01f

Browse files
committed
Refactor test
1 parent deeb506 commit ebcb01f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ jobs:
7373
run: |
7474
cargo install cargo-tarpaulin
7575
rustup component add rustfmt clippy
76+
- name: Install uv
77+
uses: astral-sh/setup-uv@v5
78+
- name: Install maturin
79+
run: uv pip install maturin --system
7680
- run: |
7781
bun i
7882
bun run build
79-
bun run lint
80-
bun run test
8183
- run: cargo test test_by_testcase
8284
# 실패하지만 어느정도 맞았는지 알려주므로 무시해야합니다.
8385
continue-on-error: true

0 commit comments

Comments
 (0)