Skip to content

Commit

Permalink
fix workflows error: cross test
Browse files Browse the repository at this point in the history
  • Loading branch information
handy-sun committed Sep 4, 2024
1 parent 2b44d89 commit 25f8aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build-test
env:
CI_INTERMEDIATES_DIR: "_ci-intermediates"
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1

on:
push:
Expand Down Expand Up @@ -67,3 +68,4 @@ jobs:
with:
use-cross: ${{ matrix.job.use-cross }}
command: test
args: --target=${{ matrix.job.target }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: release
env:
CI_INTERMEDIATES_DIR: "_ci-intermediates"
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1

on:
release:
Expand Down

0 comments on commit 25f8aaf

Please sign in to comment.