Skip lighthouse tests in MacOS in CI

This commit is contained in:
Omar Abdulla
2025-09-28 15:19:52 +03:00
parent 1d1642887b
commit ecd6252666
+19 -2
View File
@@ -170,5 +170,22 @@ jobs:
- name: Check resolc version
run: resolc --version
- name: Test cargo workspace
run: make test
- name: Test Formatting
run: make format
- name: Test Clippy
run: make clippy
- name: Test Machete
run: make machete
- name: Unit Tests
if: matrix.os == 'ubuntu-24.04'
run: cargo test --workspace -- --nocapture
# We can't install docker in the MacOS image used in CI and therefore we need to skip the
# Kurtosis and lighthouse related tests when running the CI on MacOS.
- name: Unit Tests
if: matrix.os == 'macos-14'
run: |
cargo test --workspace -- --nocapture --skip lighthouse_geth::tests::