Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Feb 7, 2024
1 parent 17523c9 commit 8822151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "${CROSS}" = "1" ]; then
fi

CARGO_TEST_FLAGS=
if [ "${NO_RUN}" = "true" ]; then
if [ "${NO_RUN}" = "1" ]; then
CARGO_TEST_FLAGS=--no-run
fi

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:
# unsupported yet
# - target: x86_64-pc-windows-msvc
# os: windows-latest
# no_run: true
# no_run: 1
# - target: x86_64-pc-windows-gnu
# os: windows-latest
# no_run: true
# no_run: 1
# - target: i686-pc-windows-msvc
# os: windows-latest
# no_run: true
# no_run: 1
# - target: i686-pc-windows-gnu
# os: windows-latest
# no_run: true
# no_run: 1

0 comments on commit 8822151

Please sign in to comment.