Skip to content

Commit

Permalink
disable rust cache to try to fix failing tests due to low disk space …
Browse files Browse the repository at this point in the history
…on GH runners
  • Loading branch information
imor committed Aug 19, 2024
1 parent 58229ad commit f207bf0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
key: sqlx
# - uses: Swatinem/rust-cache@v2
# with:
# key: sqlx
- name: Install sqlx-cli
run: cargo install sqlx-cli
--features native-tls,postgres
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
key: sqlx
# - uses: Swatinem/rust-cache@v2
# with:
# key: sqlx
- name: Run non-api tests
run: |
cargo test --workspace --all-features --exclude api
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
# - uses: Swatinem/rust-cache@v2
- name: Linting
run: cargo clippy -- -D warnings

Expand Down

0 comments on commit f207bf0

Please sign in to comment.