mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update rust-toolchain
This commit is contained in:
parent
2ccc2d7c98
commit
bfd2754bda
7
.github/workflows/flutter_ci.yaml
vendored
7
.github/workflows/flutter_ci.yaml
vendored
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "stable-2022-04-07"
|
||||
channel = "1.65"
|
||||
|
@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "stable-2022-04-07"
|
||||
channel = "1.65"
|
||||
|
Loading…
Reference in New Issue
Block a user