Skip to content

Commit e809677

Browse files
committed
CI: Don't build the material gallery for every CI build
It's just built in the nightly. On macOS in the CI it's built twice, once as bin and once as lib, with a total of 600seconds according to cargo-timings.
1 parent 5923fe4 commit e809677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
os: ${{ matrix.os }}
7676
name: ${{ matrix.name }}
7777
rust_version: ${{ matrix.rust_version }}
78-
extra_args: ${{ matrix.extra_args }}
78+
extra_args: ${{ matrix.extra_args }} --exclude material-gallery
7979
save_if: ${{ matrix.save_if }}
8080
timeout_minutes: 120
8181

0 commit comments

Comments
 (0)