Skip to content

Commit

Permalink
test-stable without cache
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Nov 29, 2024
1 parent d8395bb commit 405485a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-linux-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
# Fixes "detected dubious ownership" error in the ci
git config --global --add safe.directory '*'
forklift cargo nextest run \
cargo nextest run \
--workspace \
--locked \
--release \
Expand All @@ -111,7 +111,7 @@ jobs:
# run runtime-api tests with `enable-staging-api` feature on the 1st node
- name: runtime-api tests
if: ${{ matrix.partition == '1/3' }}
run: forklift cargo nextest run -p sp-api-test --features enable-staging-api --cargo-quiet
run: cargo nextest run -p sp-api-test --features enable-staging-api --cargo-quiet
- name: Stop all workflows if failed
if: ${{ failure() && steps.required.conclusion == 'failure' && !github.event.pull_request.head.repo.fork }}
uses: ./.github/actions/workflow-stopper
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: script
id: required
run: |
forklift cargo nextest run --workspace \
cargo nextest run --workspace \
--locked \
--release \
--no-fail-fast \
Expand Down

0 comments on commit 405485a

Please sign in to comment.