Skip to content

Commit

Permalink
move workspace flag to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Boquan Fang committed Dec 10, 2024
1 parent 93ad678 commit e2f760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ jobs:
run: |
cargo test \
-Zbuild-std \
--workspace \
--target x86_64-unknown-linux-gnu
--target x86_64-unknown-linux-gnu \
--workspace
fips:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2f760c

Please sign in to comment.