Skip to content

Commit

Permalink
&&
Browse files Browse the repository at this point in the history
  • Loading branch information
currenthandle committed Jan 18, 2024
1 parent 9725379 commit 1d22b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Setup Virtual Env
run: python -m venv .env; source .env/bin/activate;
- name: Run all benchmarks across all models
run: source .env/bin/activate; cargo nextest run benchmarking_tests::tests::run_benchmarks_ --no-capture
run: source .env/bin/activate && cargo nextest run benchmarking_tests::tests::run_benchmarks_ --no-capture

0 comments on commit 1d22b89

Please sign in to comment.