chore: fix dependabot groups (#253)

This commit is contained in:
Rene Leonhardt
2025-08-14 13:12:32 +02:00
committed by GitHub
parent a8b36e3f74
commit 203c9eb82a
14 changed files with 155 additions and 144 deletions

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
workspaces:
if: github.repository == 'Swatinem/rust-cache'
strategy:
fail-fast: false
matrix:
@@ -16,7 +17,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
@@ -26,8 +27,10 @@ jobs:
tests
tests/wasm-workspace
- run: cargo check
- name: cargo check (tests)
working-directory: tests
run: cargo check
- run: cargo check
- name: cargo check (tests/wasm-workspace)
working-directory: tests/wasm-workspace
run: cargo check