Skip to content

Commit

Permalink
ci-skip-rust;ci-skip-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 1, 2024
1 parent 874802f commit 74a39ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-clippy-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ env:

jobs:
clippy_check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: 'true'
remove-dotnet: 'true'
temp-reserve-mb: 'true'
- uses: actions/checkout@v4
- name: Run Clippy
run: SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --quiet
3 changes: 2 additions & 1 deletion .github/workflows/check-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ env:

jobs:
clippy_check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ !contains(github.event.head_commit.message, '[ci-skip-rust]') }}
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: 'true'
remove-dotnet: 'true'
temp-reserve-mb: 'true'
- uses: actions/checkout@v4
- name: Run Clippy
run: SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --quiet

0 comments on commit 74a39ef

Please sign in to comment.