Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-rbmt
- name: "Run bench"
run: cargo rbmt bench
run: RUSTFLAGS="--cfg=bench" cargo rbmt run --toolchain nightly -- bench

Format: # 1 job, run cargo fmt directly.
name: Format - nightly toolchain
Expand Down
2 changes: 1 addition & 1 deletion rbmt-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a5aab96ea13f3f0dca9a3e43e6a2123fffeecb84
0361e3b0147b799d6e3965bedec8f4be68b21361
Loading