Skip to content

Commit 745f81a

Browse files
Pi-Clalpil
authored andcommitted
update CI
1 parent eb4a1b7 commit 745f81a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,16 @@ jobs:
2424
target: x86_64-pc-windows-msvc
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Install Rust toolchain
30-
uses: actions-rs/toolchain@v1
30+
uses: dtolnay/rust-toolchain@stable
3131
with:
3232
toolchain: ${{ matrix.toolchain }}
3333
target: ${{ matrix.target }}
34-
profile: minimal
35-
override: true
3634

3735
- name: Run tests
38-
uses: actions-rs/cargo@v1
36+
uses: clechasseur/rs-cargo@v2
3937
with:
4038
command: test
4139
args: --workspace --target ${{ matrix.target }}
@@ -45,14 +43,12 @@ jobs:
4543
runs-on: ubuntu-latest
4644
steps:
4745
- name: Checkout repository
48-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4947

5048
- name: Install Rust toolchain
51-
uses: actions-rs/toolchain@v1
49+
uses: dtolnay/rust-toolchain@stable
5250
with:
5351
toolchain: stable
54-
override: true
55-
profile: minimal
5652
components: rustfmt
5753

5854
- name: Check formatting

0 commit comments

Comments
 (0)