Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent ec08d98 commit ba8e666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ jobs:
GOOGLE_CLOUD_TEST_KEY_JSON: ${{ secrets.GOOGLE_CLOUD_TEST_KEY_JSON }}
run: >
cargo nextest run
--workspace
--features ${{ env.DEFAULT_FEATURES }}
--workspace
--features ${{ steps.build-options.outputs.DEFAULT_FEATURES || env.DEFAULT_FEATURES }}
--target ${{ matrix.target }}
${{ steps.build-options.outputs.CARGO_BUILD_OPTIONS}}
${{ steps.test-options.outputs.CARGO_TEST_OPTIONS}}
${{ steps.build-options.outputs.CARGO_BUILD_OPTIONS }}
${{ steps.test-options.outputs.CARGO_TEST_OPTIONS }}
- name: Run doctests
if: ${{ !matrix.skip-tests }}
Expand Down

0 comments on commit ba8e666

Please sign in to comment.