Skip to content

Commit

Permalink
Fix testing with latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Jan 11, 2025
1 parent a33f8a0 commit fdb7fac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ env.RUST_VERSION }} --target wasm32-unknown-unknown --profile minimal
echo ~/.cargo/bin >> $GITHUB_PATH
- uses: Swatinem/rust-cache@v2
with:
workspaces: frontend
- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -223,8 +221,6 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --target wasm32-unknown-unknown --profile minimal
echo ~/.cargo/bin >> $GITHUB_PATH
- uses: Swatinem/rust-cache@v2
with:
workspaces: frontend
- name: Install cargo-llvm-cov and Nextest
uses: taiki-e/install-action@v2
with:
Expand All @@ -235,7 +231,7 @@ jobs:
sudo apt-get install libarchive-tools
uv lock --upgrade
uv sync
cargo update --manifest-path=frontend/Cargo.toml
cargo update
cargo install --locked trunk
- name: Test
run: |
Expand Down

0 comments on commit fdb7fac

Please sign in to comment.