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 - name: Run Flutter unit tests
working-directory: frontend/app_flowy working-directory: frontend/app_flowy
run: | run: |
if [ "$RUNNER_OS" == "Linux" ]; then
flutter pub get flutter pub get
flutter test flutter test
fi
shell: bash
- name: Run Flutter integration tests - name: Run Flutter integration tests
working-directory: frontend/app_flowy working-directory: frontend/app_flowy

View File

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

View File

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