Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- nightly
features:
- ""

steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -66,13 +67,10 @@ jobs:
- name: Compile op-rbuilder
run: cargo build -p op-rbuilder --bin op-rbuilder

- name: Download op-reth
run: |
./scripts/ci/download-op-reth.sh
echo "$(pwd)" >> $GITHUB_PATH

- name: Lint
run: make lint

- name: Test
run: make test
env:
TESTS_TEMP_DIR: ${{ github.workspace }}
Loading
Loading