Skip to content

Commit 2c6f735

Browse files
committed
Enable tests for draft PRs
Signed-off-by: Nico Burns <[email protected]>
1 parent 1b3608c commit 2c6f735

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
# just cargo check for now
110110
matrix_test:
111111
runs-on: ${{ matrix.platform.os }}
112-
if: github.event.pull_request.draft == false
113112
env:
114113
RUST_CARGO_COMMAND: ${{ matrix.platform.cross == true && 'cross' || 'cargo' }}
115114
strategy:

0 commit comments

Comments
 (0)