Skip to content

Commit 8d2c32a

Browse files
committed
[TMP] Run CI on beta
1 parent 71cc55c commit 8d2c32a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
if: github.event_name != 'pull_request_target'
1919
- run: sed -n 's,^rust-version = "\(.*\)"$,RUSTUP_TOOLCHAIN=\1,p' Cargo.toml >> $GITHUB_ENV
20-
- run: rustup toolchain install $RUSTUP_TOOLCHAIN
20+
- run: rustup toolchain install beta
2121
- run: rustup component add clippy
2222
- uses: actions-rs/clippy-check@v1
2323
with:

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
# Test on stable, MSRV, and nightly.
2121
# Failure is permitted on nightly.
2222
rust:
23-
- stable
24-
- 1.60.0
23+
- beta
2524
- nightly
2625

2726
features:
@@ -64,8 +63,7 @@ jobs:
6463
# Test on stable, MSRV, and nightly.
6564
# Failure is permitted on nightly.
6665
rust:
67-
- stable
68-
- 1.60.0
66+
- beta
6967
- nightly
7068

7169
features:

0 commit comments

Comments
 (0)