chore: update rust-toolchain

This commit is contained in:
nathan 2023-01-03 23:38:57 +08:00
parent 2ccc2d7c98
commit bfd2754bda
3 changed files with 7 additions and 4 deletions

View File

@ -109,8 +109,11 @@ jobs:
- name: Run Flutter unit tests
working-directory: frontend/app_flowy
run: |
flutter pub get
flutter test
if [ "$RUNNER_OS" == "Linux" ]; then
flutter pub get
flutter test
fi
shell: bash
- name: Run Flutter integration tests
working-directory: frontend/app_flowy

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "stable-2022-04-07"
channel = "1.65"

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "stable-2022-04-07"
channel = "1.65"