Skip to content

Commit 95c3f6c

Browse files
committed
[DO NOT MERGE] only check beta for const generics
1 parent 847a6c4 commit 95c3f6c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
jobs:
99

1010
check:
11+
if: false
1112
name: Check (1.36.0)
1213
runs-on: ubuntu-latest
1314
steps:
@@ -28,15 +29,15 @@ jobs:
2829
args: --verbose --locked
2930

3031
test:
31-
name: Test (stable)
32+
name: Test (beta)
3233
runs-on: ubuntu-latest
3334
steps:
3435
- name: Checkout
3536
uses: actions/checkout@v2
3637
- name: Install
3738
uses: actions-rs/toolchain@v1
3839
with:
39-
toolchain: stable
40+
toolchain: beta
4041
profile: minimal
4142
override: true
4243
- name: Build

0 commit comments

Comments
 (0)