We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeb506 commit ebcb01fCopy full SHA for ebcb01f
.github/workflows/publish.yml
@@ -73,11 +73,13 @@ jobs:
73
run: |
74
cargo install cargo-tarpaulin
75
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
80
- run: |
81
bun i
82
bun run build
- bun run lint
- bun run test
83
- run: cargo test test_by_testcase
84
# 실패하지만 어느정도 맞았는지 알려주므로 무시해야합니다.
85
continue-on-error: true
0 commit comments