mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Run local smoke test with --all-features
This commit is contained in:
parent
6803eb9140
commit
ba0f87124d
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -234,7 +234,7 @@ jobs:
|
||||
echo "NOMOS_KZGRS_PARAMS_PATH=${GITHUB_WORKSPACE}/testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" >> "$GITHUB_ENV"
|
||||
- name: Run local runner smoke (ignored test)
|
||||
run: |
|
||||
NOMOS_TESTS_KEEP_LOGS=true LOCAL_DEMO_RUN_SECS=60 cargo +nightly-2025-09-14 test -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture
|
||||
NOMOS_TESTS_KEEP_LOGS=true LOCAL_DEMO_RUN_SECS=60 cargo +nightly-2025-09-14 test --all-features -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture
|
||||
- name: Show local runner logs (on failure)
|
||||
if: failure()
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user