Skip to content

Commit

Permalink
Restore CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Apr 30, 2024
1 parent 93e28ba commit 7adada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/benchmark/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {

const _bench = new Bench(benchConfig);

const bench = withCodSpeed(_bench);
const bench = process.env.CI === 'true' ? withCodSpeed(_bench) : _bench;

registerSuites(bench);

Expand Down

0 comments on commit 7adada8

Please sign in to comment.