Skip to content

Commit

Permalink
Revert "test-stable without cache"
Browse files Browse the repository at this point in the history
This reverts commit 405485a.
  • Loading branch information
iulianbarbu committed Dec 1, 2024
1 parent 4729516 commit 81bd3eb
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 '*'
cargo nextest run \
forklift 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: cargo nextest run -p sp-api-test --features enable-staging-api --cargo-quiet
run: forklift 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: |
cargo nextest run --workspace \
forklift cargo nextest run --workspace \
--locked \
--release \
--no-fail-fast \
Expand Down

0 comments on commit 81bd3eb

Please sign in to comment.