mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Merge pull request #1818 from TheBlueMatt/2022-10-stable-bench
Use rustc stable for benchmark CI run to fix current breakage
This commit is contained in:
commit
0f8c8d6695
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -228,7 +228,7 @@ jobs:
|
|||
benchmark:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TOOLCHAIN: nightly
|
||||
TOOLCHAIN: stable
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
|
@ -273,7 +273,7 @@ jobs:
|
|||
cd ..
|
||||
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
|
||||
run: |
|
||||
cargo bench --features _bench_unstable
|
||||
RUSTC_BOOTSTRAP=1 cargo bench --features _bench_unstable
|
||||
|
||||
check_commits:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue