aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-03-15 00:09:17 -0700
committerJack O'Connor <[email protected]>2025-03-15 00:10:50 -0700
commitf0bc76e4896aa83bec4dee78489ed77c6f67f1c5 (patch)
tree6ff6e9cb1d70155dae8b3677489375295b4e0726
parent15e3b401d6758dbddff926b8550157f1ae588e83 (diff)
cargo_xwin_build -> cargo_xwin_test
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 45f7506..c859909 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -222,12 +222,12 @@ jobs:
- run: ./c/blake3_c_rust_bindings/cross_test.sh --target ${{ matrix.arch }} --features=neon
if: startsWith(matrix.arch, 'armv7-') || startsWith(matrix.arch, 'aarch64-')
- cargo_xwin_build:
- name: cargo xwin build
+ cargo_xwin_test:
+ name: cargo xwin test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - run: docker run -v $(pwd):/io -w /io messense/cargo-xwin cargo xwin build --target x86_64-pc-windows-msvc
+ - run: docker run -v $(pwd):/io -w /io messense/cargo-xwin cargo xwin test --target x86_64-pc-windows-msvc --features=mmap,rayon,traits-preview,serde,zeroize
# Currently only on x86.
c_tests: