diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-18 00:55:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-18 00:55:18 -0400 |
| commit | fb27e71c01983cd1a51802b2517815de39239a3c (patch) | |
| tree | 1f581e7f979e3d4dfab4be0437883f7b16ce6373 /.github/workflows/ci.yml | |
| parent | 6bd940abfd0319d8d432970e63215090b700a936 (diff) | |
Fix benchmarks (#4416)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0617aee3..91f36ab38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: env: RUST_BACKTRACE: full + DENO_BUILD_MODE: release RUSTC_WRAPPER: sccache V8_BINARY: true |
