We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c72b commit ffc35a7Copy full SHA for ffc35a7
2 files changed
.github/workflows/deploy.yaml
@@ -30,6 +30,7 @@ jobs:
30
bash $installer --default-toolchain $(cat rust-toolchain) -y
31
32
- name: Test (dev)
33
+ shell: bash
34
env:
35
FMT: 'true'
36
LINT: 'true'
@@ -41,6 +42,7 @@ jobs:
41
42
run: ./test.sh
43
44
- name: Test (release)
45
46
47
48
.github/workflows/test.yaml
@@ -44,6 +44,7 @@ jobs:
49
FMT: 'false'
50
LINT: 'false'
@@ -55,6 +56,7 @@ jobs:
55
56
57
58
59
60
61
RUSTFLAGS: '-D warnings'
62
RUSTDOCFLAGS: '-D warnings'
0 commit comments