Skip to content

Commit 5f10ccd

Browse files
committed
chore(git): merge from master
2 parents b8e2b22 + ffc35a7 commit 5f10ccd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
bash $installer --default-toolchain $(cat rust-toolchain) -y
3131
3232
- name: Test (dev)
33+
shell: bash
3334
env:
3435
FMT: 'true'
3536
LINT: 'true'
@@ -41,6 +42,7 @@ jobs:
4142
run: ./test.sh
4243

4344
- name: Test (release)
45+
shell: bash
4446
env:
4547
FMT: 'true'
4648
LINT: 'true'

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
bash $installer --default-toolchain $(cat rust-toolchain) -y
4545
4646
- name: Test (dev)
47+
shell: bash
4748
env:
4849
FMT: 'false'
4950
LINT: 'false'
@@ -55,6 +56,7 @@ jobs:
5556
run: ./test.sh
5657

5758
- name: Test (release)
59+
shell: bash
5860
env:
5961
RUSTFLAGS: '-D warnings'
6062
RUSTDOCFLAGS: '-D warnings'

0 commit comments

Comments
 (0)