1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 11:06:50 +00:00

Use maintained workflow toolchain action

This commit is contained in:
Paul-Christian Volkmer 2023-02-17 21:03:43 +01:00
parent 765bc14d1f
commit 421943aee9

View File

@ -13,10 +13,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run tests
run: cargo test