Skip to content

Commit

Permalink
fix(ci): add missing --
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 19, 2023
1 parent cc3b73b commit 37d7fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrated-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: 'Benchmark: Frozen Lockfile'
run: |
cargo run --bin=integrated-benchmark --scenario=frozen-lockfile --verdaccio HEAD main
cargo run --bin=integrated-benchmark -- --scenario=frozen-lockfile --verdaccio HEAD main
cp bench-work-env/BENCHMARK_REPORT.md bench-work-env/BENCHMARK_REPORT_FROZEN_LOCKFILE.md
- name: Generate summary
Expand Down

0 comments on commit 37d7fed

Please sign in to comment.