Remove GH Action step names

This commit is contained in:
Gregory Schier
2024-06-09 07:16:53 -07:00
parent 9bfd0d1fbf
commit 35072669ec
2 changed files with 11 additions and 25 deletions

View File

@@ -20,14 +20,8 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Set up cargo cache
uses: actions/cache@v3
- uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v3
continue-on-error: false
with:
path: |
@@ -38,7 +32,5 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: cargo check --all
- name: Test
run: cargo test --all
- run: cargo check --all
- run: cargo test --all