Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix CI order of linting
Browse files Browse the repository at this point in the history
Eikix committed Dec 19, 2023
1 parent ebbafaa commit 396a3fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -60,15 +60,14 @@ jobs:
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Setup the Kakarot submodule
run: make setup
# Lint
# Create dump
- name: Create dump
run: ./scripts/make_with_env.sh && make dump-katana
- name: Lint
run: |
cargo check &&
cargo fmt --all -- --check &&
cargo clippy --workspace --all-features --all-targets -- -D warnings
# Create dump
- name: Create dump
run: ./scripts/make_with_env.sh && make dump-katana
- name: Generate code coverage
run: make test-coverage
- name: Upload coverage to Codecov

0 comments on commit 396a3fc

Please sign in to comment.