Skip to content

Commit

Permalink
👷 Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 4, 2024
1 parent f87db70 commit 17dae7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Node Modules
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
yarn --frozen-lockfile --network-concurrency 2
yarn install
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -77,7 +77,6 @@ jobs:
cargo fmt -- --check --verbose
cargo clippy -- --deny=warnings
else
prettier -v
yarn lint
fi
Expand Down

0 comments on commit 17dae7a

Please sign in to comment.