Skip to content

Commit 41a846b

Browse files
committed
Only run UI tests on nightly
1 parent b987506 commit 41a846b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
- name: Test macOS 10.15
4343
os: macos-10.15
4444
target: x86_64-apple-darwin
45-
- name: Test macOS 11 w. ui tests
45+
- name: Test macOS 11
4646
os: macos-11
4747
target: x86_64-apple-darwin
48-
args: --features tests/ui
4948
- name: Build macOS AArch64
5049
os: macos-11
5150
target: aarch64-apple-darwin
@@ -60,6 +59,7 @@ jobs:
6059
target: x86_64-apple-darwin
6160
rust:
6261
toolchain: nightly
62+
# Run on nightly to help find regressions
6363
args: --features tests/ui
6464
- name: Build macOS 32bit
6565
os: macos-10.15

0 commit comments

Comments
 (0)