Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Oct 29, 2024
1 parent 5900558 commit b8d6054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ jobs:
df -h
env:
CARGO_PROFILE_DEV_DEBUG: 0
- name: Setup tmate session
if: |-
(matrix.job == 'test' || matrix.job == 'bench') && matrix.profile == 'release' && (matrix.use_sysroot || github.repository == 'denoland/deno')
- name: Build release
if: |-
!(matrix.skip) && ((matrix.job == 'test' || matrix.job == 'bench') &&
Expand Down

0 comments on commit b8d6054

Please sign in to comment.