Skip to content

Commit

Permalink
[DO NOT MERGE] only check beta for const generics
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 25, 2021
1 parent 4e3a0b1 commit b43b311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Expand Up @@ -28,15 +28,15 @@ jobs:
args: --verbose --locked

test:
name: Test (stable)
name: Test (beta)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
profile: minimal
override: true
- name: Build
Expand Down

0 comments on commit b43b311

Please sign in to comment.