File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 33
33
# https://github.com/rust-lang/cargo/issues/6669
34
34
- name : cargo test --doc
35
35
run : cargo test --locked --all-features --doc
36
- minimal :
37
- runs-on : ubuntu-latest
38
- name : ubuntu / stable / minimal-versions
39
- steps :
40
- - uses : actions/checkout@v3
41
- with :
42
- submodules : true
43
- - name : Install stable
44
- uses : dtolnay/rust-toolchain@stable
45
- - name : Install nightly for -Zminimal-versions
46
- uses : dtolnay/rust-toolchain@nightly
47
- - name : rustup default stable
48
- run : rustup default stable
49
- - name : cargo update -Zminimal-versions
50
- run : cargo +nightly update -Zminimal-versions
51
- - name : cargo test
52
- run : cargo test --locked --all-features --all-targets
53
36
os-check :
54
37
runs-on : ${{ matrix.os }}
55
38
name : ${{ matrix.os }} / stable
You can’t perform that action at this time.
0 commit comments