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 847a6c4 commit 95c3f6cCopy full SHA for 95c3f6c
1 file changed
.github/workflows/pr.yaml
@@ -8,6 +8,7 @@ env:
8
jobs:
9
10
check:
11
+ if: false
12
name: Check (1.36.0)
13
runs-on: ubuntu-latest
14
steps:
@@ -28,15 +29,15 @@ jobs:
28
29
args: --verbose --locked
30
31
test:
- name: Test (stable)
32
+ name: Test (beta)
33
34
35
- name: Checkout
36
uses: actions/checkout@v2
37
- name: Install
38
uses: actions-rs/toolchain@v1
39
with:
- toolchain: stable
40
+ toolchain: beta
41
profile: minimal
42
override: true
43
- name: Build
0 commit comments