Skip to content

Commit 0c6b22a

Browse files
authored
Merge pull request #111 from jonhoo/ci
Synchronize CI with rust-ci-conf
2 parents af1f913 + 308a3df commit 0c6b22a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/scheduled.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# https://twitter.com/alcuadrado/status/1571291687837732873
3434
update:
3535
runs-on: ubuntu-latest
36-
name: ubuntu / stable / updated
36+
name: ubuntu / beta / updated
3737
# There's no point running this if no Cargo.lock was checked in in the
3838
# first place, since we'd just redo what happened in the regular test job.
3939
# Unfortunately, hashFiles only works in if on steps, so we reepeat it.
@@ -42,12 +42,13 @@ jobs:
4242
- uses: actions/checkout@v3
4343
with:
4444
submodules: true
45-
- name: Install stable
45+
- name: Install beta
4646
if: hashFiles('Cargo.lock') != ''
4747
uses: actions-rs/toolchain@v1
4848
with:
4949
profile: minimal
50-
toolchain: stable
50+
toolchain: beta
51+
default: true
5152
- name: cargo update
5253
if: hashFiles('Cargo.lock') != ''
5354
uses: actions-rs/cargo@v1
@@ -59,3 +60,5 @@ jobs:
5960
with:
6061
command: test
6162
args: --locked --all-features --all-targets
63+
env:
64+
RUSTFLAGS: -D deprecated

0 commit comments

Comments
 (0)