Skip to content

Commit 49e50e1

Browse files
committed
Skip publish dry-run on slowest runners
1 parent 356eab4 commit 49e50e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ jobs:
346346
shell: bash
347347
env: ${{ matrix.custom_env }}
348348
- name: Test boring-sys cargo publish
349+
if: "matrix.thing != 'i686-mingw' && matrix.thing != 'i686-msvc' && matrix.thing != 'x86_64-mingw'" # slowest builds
349350
# Running `cargo publish --dry-run` tests two things:
350351
#
351352
# 1. That `boring-sys` can build BoringSSL with just the files included

0 commit comments

Comments
 (0)