Skip to content

Commit

Permalink
init submodules in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Feb 21, 2024
1 parent 9d5a859 commit c41329f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: init submodules
uses: snickerbockers/submodules-init@v4

- name: Build contracts
run: just build-contracts

# skip this in favour of compiling in the `Test` action.
# - name: Check
# run: cargo check --all

- name: Test
run: RUST_LOG="lightclient-circuits=debug" PARAMS_DIR="./test_data" cargo test --release test_eth2_spec_mock_1 -- --nocapture

0 comments on commit c41329f

Please sign in to comment.