Skip to content

Commit

Permalink
test_woa - test with release flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 21, 2025
1 parent 7a12472 commit 545b2f3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test_woa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
- name: Checkout code again with git, so git commands work.
uses: actions/checkout@v4

- name: Test Build
run: "& Launch-VsDevShell.ps1 | cargo test --all"
- name: Test
run: "& Launch-VsDevShell.ps1 | cargo test --all --release --target=aarch64-pc-windows-msvc"
env:
RUSTFLAGS: -C target-cpu=generic
RUSTFLAGS: -Ctarget-cpu=generic

- name: Build
run: "& Launch-VsDevShell.ps1 | cargo build --all --release --target=aarch64-pc-windows-msvc"
env:
RUSTFLAGS: -Ctarget-cpu=generic


# You can add more experimental jobs here in the future
Expand Down

0 comments on commit 545b2f3

Please sign in to comment.