diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a19b480dc..b932f8c86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - name: cargo test run: | rustup update --no-self-update - cargo test --release --no-default-features --features=testing -- --nocapture + cargo test --release --no-default-features --features=for-internal-testing-only -- --nocapture - uses: actions/upload-artifact@v4 if: ${{ failure() && runner.os == 'linux' }} with: