Skip to content

Commit 9533386

Browse files
committed
Run full test-all on macOS CI
1 parent b16db33 commit 9533386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
DART_VERBOSE=ON \
8282
BUILD_TYPE=Release \
8383
DART_BUILD_DART8_OVERRIDE=OFF \
84-
pixi run test-all --skip-lint
84+
pixi run test-all
8585
8686
- name: Install
8787
run: |
@@ -129,4 +129,4 @@ jobs:
129129
DART_VERBOSE=ON \
130130
BUILD_TYPE=Debug \
131131
DART_BUILD_DART8_OVERRIDE=OFF \
132-
pixi run test-all --skip-lint
132+
pixi run test-all

0 commit comments

Comments
 (0)