Skip to content

Commit

Permalink
Fix the GitHub jobs
Browse files Browse the repository at this point in the history
Summary: Seems things now run out of disk space on Linux for benchmarking. We probably need bigger workers at some point.

Reviewed By: lebentle

Differential Revision: D37355491

fbshipit-source-id: 2454dbeb1bbf6fcaf56a4d66a3fd231fd36d6409
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Jun 22, 2022
1 parent b929a78 commit 3a11966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
# On Windows we run out of disk space on the test step :(
if: matrix.os != 'windows-latest'
- run: cargo bench
if: matrix.os != 'windows-latest'
# On Linux we run out of disk space on the benchmark step :(
if: matrix.os != 'windows-latest' && matrix.os != 'ubuntu-latest'

0 comments on commit 3a11966

Please sign in to comment.