Skip to content

Commit bfd2754

Browse files
committed
chore: update rust-toolchain
1 parent 2ccc2d7 commit bfd2754

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/flutter_ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,11 @@ jobs:
109109
- name: Run Flutter unit tests
110110
working-directory: frontend/app_flowy
111111
run: |
112-
flutter pub get
113-
flutter test
112+
if [ "$RUNNER_OS" == "Linux" ]; then
113+
flutter pub get
114+
flutter test
115+
fi
116+
shell: bash
114117

115118
- name: Run Flutter integration tests
116119
working-directory: frontend/app_flowy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "stable-2022-04-07"
2+
channel = "1.65"

shared-lib/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "stable-2022-04-07"
2+
channel = "1.65"

0 commit comments

Comments
 (0)