mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Build local_runner without testing feature
This commit is contained in:
parent
662e7a6928
commit
9baa9d760e
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Build local runner from workspace
|
||||
run: |
|
||||
cd "${GITHUB_WORKSPACE}"
|
||||
cargo +nightly-2025-09-14 build --features testing -p runner-examples --bin local_runner
|
||||
cargo +nightly-2025-09-14 build -p runner-examples --bin local_runner
|
||||
- name: Package binaries
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user