Skip to content

Commit da99ce4

Browse files
committed
1 parent eec09b6 commit da99ce4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/belt-dwp.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
targets: ${{ matrix.target }}
3838
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3939

40+
benches:
41+
runs-on: ubuntu-latest
42+
steps:
43+
- uses: actions/checkout@v4
44+
- uses: dtolnay/rust-toolchain@master
45+
with:
46+
toolchain: nightly-2025-07-31
47+
- run: cargo build --benches
48+
4049
test:
4150
runs-on: ubuntu-latest
4251
strategy:
@@ -66,5 +75,3 @@ jobs:
6675
- run: cargo test --target ${{ matrix.target }} --release
6776
- run: cargo test --target ${{ matrix.target }} --release --features heapless
6877
- run: cargo test --target ${{ matrix.target }} --release --all-features
69-
- env: RUSTC_BOOTSTRAP=1
70-
run: cargo build --target ${{ matrix.target }} --benches

0 commit comments

Comments
 (0)