From e2f760c2f9559418079824472e42cf562251bc02 Mon Sep 17 00:00:00 2001 From: Boquan Fang Date: Tue, 10 Dec 2024 23:31:47 +0000 Subject: [PATCH] move workspace flag to the end --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 308beefe9..5ed98fa89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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