Skip to content

Commit

Permalink
Merge 4b8176d into 68fdeb6
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo authored Jan 28, 2025
2 parents 68fdeb6 + 4b8176d commit 49ac796
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@ jobs:
strategy:
matrix:
include:
- rust: stable
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
# - rust: stable
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
- rust: stable
target: x86_64-fortanix-unknown-sgx
os: ubuntu-20.04
- rust: stable
target: x86_64-pc-windows-msvc
os: windows-latest
- rust: stable
target: x86_64-pc-windows-msvc
os: windows-2019
- rust: stable
target: aarch64-unknown-linux-musl
os: ubuntu-20.04
- rust: beta
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- rust: nightly
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- rust: stable
target: x86_64-apple-darwin
os: macos-latest
# - rust: stable
# target: x86_64-pc-windows-msvc
# os: windows-latest
# - rust: stable
# target: x86_64-pc-windows-msvc
# os: windows-2019
# - rust: stable
# target: aarch64-unknown-linux-musl
# os: ubuntu-20.04
# - rust: beta
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
# - rust: nightly
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
# - rust: stable
# target: x86_64-apple-darwin
# os: macos-latest

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case "$RUST_VERSION" in
cargo nextest run --no-default-features --features "$FEAT"no_std_deps --target $TARGET
fi
else
cargo +$RUST_VERSION test --no-run --features "$FEAT" --target=$TARGET
cargo +$RUST_VERSION test -vv --no-run --features "$FEAT" --target=$TARGET
fi
done

Expand Down

0 comments on commit 49ac796

Please sign in to comment.