Skip to content

Commit

Permalink
👷 run cargo test for x86_64-unknown-redox
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 19, 2024
1 parent 3c680eb commit e1072bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ jobs:
rustup default nightly
rustup target add ${{ matrix.target }}
cargo build --locked --target ${{ matrix.target }}
cargo test -p libpna --locked --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1
AR_x86_64_unknown_redox: "x86_64-unknown-redox-ar"
CC_x86_64_unknown_redox: "x86_64-unknown-redox-gcc"
CARGO_TARGET_X86_64_UNKNOWN_REDOX_LINKER: "x86_64-unknown-redox-gcc"
CARGO_TARGET_X86_64_UNKNOWN_REDOX_RUNNER: "redoxer exec --folder ."
CARGO_TARGET_X86_64_UNKNOWN_REDOX_RUNNER: "redoxer exec"

tier3:
strategy:
Expand Down

0 comments on commit e1072bf

Please sign in to comment.