File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Install cargo-msrv
1212 run : cargo install cargo-msrv --locked
13- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
13+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1414 - name : Verify the crate builds on the declared rust-version
1515 run : cargo msrv verify
1616
3030 run : |
3131 rustup toolchain install ${{ matrix.rust }}
3232 rustup default ${{ matrix.rust }}
33- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
33+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3434 - name : Check with minimal dependency versions across the feature powerset
3535 run : cargo minimal-versions check --workspace --feature-powerset --all-targets
3636 - name : Test with minimal dependency versions across the feature powerset
Original file line number Diff line number Diff line change 1717 run : |
1818 rustup toolchain install ${{ matrix.rust }}
1919 rustup default ${{ matrix.rust }}
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2121 - name : Run rustfmt
2222 run : |
2323 rustup component add rustfmt
3535 needs : [check]
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
38+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3939 - name : Attempt to publish crate
4040 uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
4141 with :
Original file line number Diff line number Diff line change 1818 run : |
1919 rustup toolchain install ${{ matrix.rust }}
2020 rustup default ${{ matrix.rust }}
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222 - name : Run rustfmt
2323 run : |
2424 rustup component add rustfmt
4040 run : |
4141 rustup toolchain install ${{ matrix.rust }}
4242 rustup default ${{ matrix.rust }}
43- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
43+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4444 - name : Run cargo test
4545 run : |
4646 cargo test --workspace --all-features --all-targets --no-fail-fast
5858 rustup default ${{ matrix.rust }}
5959 - name : Install cargo-llvm-cov
6060 run : cargo install cargo-llvm-cov --version=0.4.9
61- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
61+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6262 - name : Run cargo-llvm-cov
6363 run : >
6464 cargo llvm-cov
You can’t perform that action at this time.
0 commit comments