ci: run rust-tests on windows#92
Conversation
340f06b to
13d4ca9
Compare
|
@crrow i suspect your previous approach using binstall could work but the github action was not whitelisted by asf so the whole workflow is not triggered. if you can verify that binstall approach in your own fork and get CI to pass, then i can reach out to have that white listed. |
ok, i'll check it out later. |
6300fc3 to
0b991e3
Compare
Hello @xushiyan , I setup the workflow, have a check when you are free. https://github.com/crrow/hudi-rs/actions/runs/10122608881/job/27994952767 |
0b991e3 to
b5d2311
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
=======================================
Coverage 84.47% 84.47%
=======================================
Files 74 74
Lines 4778 4778
=======================================
Hits 4036 4036
Misses 742 742 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e10aef1 to
61a33ce
Compare
61a33ce to
c5dfa75
Compare
Temporarily disable Windows tests until issue apache#445 is resolved.

Description
Setup ci rust tests on windows
closes #90
How are the changes test-covered