Skip to content

Commit

Permalink
Updated rimage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 4, 2023
1 parent e918488 commit f201a39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ jobs:
- name: Run tests
if: matrix.target != 'aarch64-apple-darwin'
run: |
cargo nextest run --release --features sanity-checks
cargo test --doc --release --features sanity-checks
cargo nextest run --release --all-features
cargo test --doc --release --all-features
- name: Build tests (ARM64 macOS only)
if: matrix.target == 'aarch64-apple-darwin'
run: cargo test --release --features sanity-checks --no-run
run: cargo test --release --all-features --no-run

- name: Build docs
if: matrix.target == 'x86_64-unknown-linux-gnu'
Expand Down Expand Up @@ -175,5 +175,5 @@ jobs:

- name: Run tests
run: |
cargo nextest run --release --features sanity-checks
cargo test --doc --release --features sanity-checks
cargo nextest run --release --all-features
cargo test --doc --release --all-features

0 comments on commit f201a39

Please sign in to comment.