diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94379fa85..06362592d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -246,13 +246,15 @@ jobs: with: workspaces: "repo-to-test -> target" - - run: | + - name: Build and run tests + run: | cargo update cargo nextest run ${{ matrix.features }} $PATCH_ARGS --workspace cargo test --doc ${{ matrix.features }} $PATCH_ARGS --workspace working-directory: repo-to-test env: PATCH_ARGS: --config=patch.crates-io.cc.path="../cc" + shell: bash # Dummy job to have a stable name for the "all tests pass" requirement tests-pass: