We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5206e7 commit 0926c07Copy full SHA for 0926c07
.github/workflows/ci.yml
@@ -107,7 +107,10 @@ jobs:
107
108
- run: cargo install --path crates/cargo-codspeed --locked
109
110
- - run: cargo codspeed build -p ${{ matrix.package }}
+ - run: |
111
+ # Remove the cargo config else it forces instrumentation mode
112
+ rm -f .cargo/config.toml
113
+ cargo codspeed build -p ${{ matrix.package }}
114
115
- name: Run the benchmarks
116
uses: CodSpeedHQ/action@main
0 commit comments