Skip to content

Commit

Permalink
reorder CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 25, 2024
1 parent 7a3af13 commit 7ab23d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Install target
run: rustup target add wasm32-unknown-unknown

- name: Check Format
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --tests --benches -- -D clippy::all

- name: Install pocket-ic
run: scripts/download-pocket-ic.sh

Expand All @@ -27,12 +33,6 @@ jobs:
- name: Install canbench
run: cargo install canbench

- name: Check Format
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --tests --benches -- -D clippy::all

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

Expand Down

0 comments on commit 7ab23d1

Please sign in to comment.