ci: upload Windows binary as artifact for testing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Razvan Dimescu
2026-04-01 11:58:06 +03:00
parent 51c0d066d2
commit 7ed5415be6

View File

@@ -39,3 +39,8 @@ jobs:
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings
- name: test - name: test
run: cargo test run: cargo test
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: numa-windows-x86_64
path: target/debug/numa.exe