File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
5960 with :
6061 command : test
6162 args : --locked --all-features --all-targets
63+ env :
64+ RUSTFLAGS : -D deprecated
You can’t perform that action at this time.
0 commit comments