Skip to content

Commit

Permalink
try rescue tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 14, 2024
1 parent 7fa1d9f commit 057195b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,17 @@ jobs:
- uses: actions/checkout@v3

- name: setup env
if: ${{runner.environment == 'self-hosted'}}
# if: ${{runner.environment == 'self-hosted'}}
uses: ./.github/actions/build_env

- uses: actions/[email protected]
if: ${{runner.environment == 'self-hosted'}}
# if: ${{runner.environment == 'self-hosted'}}
with:
name: framework-build
path: framework/
- name: rescue
# if: always()
if: ${{runner.environment == 'self-hosted'}}
if: always()
# if: ${{runner.environment == 'self-hosted'}}
working-directory: ./tools/rescue
run: RUST_MIN_STACK=104857600 cargo test --no-fail-fast -- --test-threads=1
storage:
Expand Down

0 comments on commit 057195b

Please sign in to comment.