File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 - uses : dtolnay/rust-toolchain@stable
2020 with :
2121 components : rustfmt, clippy
22- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
22+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2323 - name : Lint (clippy)
2424 run : cargo clippy --all-features --all-targets
2525 - name : Lint (rustfmt)
4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : ${{ matrix.rust-version }}
50- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
50+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
5151 - uses : taiki-e/install-action@cargo-hack
5252 - uses : taiki-e/install-action@nextest
5353 - name : Build
7171 with :
7272 toolchain : ${{ matrix.rust-version }}
7373 components : miri
74- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
74+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
7575 - uses : taiki-e/install-action@nextest
7676 - name : Run miri
7777 run : ./scripts/commands.sh miri
9494 with :
9595 toolchain : ${{ matrix.rust-version }}
9696 targets : ${{ matrix.target }}
97- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
97+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
9898 - uses : taiki-e/install-action@cargo-hack
9999 - run : ./scripts/commands.sh build-no-std --target ${{ matrix.target }}
Original file line number Diff line number Diff line change 2121 - uses : dtolnay/rust-toolchain@nightly # Use nightly to get access to coverage --doc
2222 with :
2323 components : llvm-tools-preview
24- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
24+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2525 - name : Install latest nextest release
2626 uses : taiki-e/install-action@nextest
2727 - name : Install cargo-llvm-cov
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515 - uses : dtolnay/rust-toolchain@stable
16- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
16+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
1717 - name : Build rustdoc
1818 env :
1919 RUSTC_BOOTSTRAP : 1 # for feature(doc_cfg)
You can’t perform that action at this time.
0 commit comments