diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5beb1f7d..c1d0ec7e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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