diff --git a/scripts/workflows/e2e-matrix.py b/scripts/workflows/e2e-matrix.py index 5e1afcfa8b..f44322dae9 100755 --- a/scripts/workflows/e2e-matrix.py +++ b/scripts/workflows/e2e-matrix.py @@ -14,7 +14,7 @@ def test_scripts(prefix): test = sorted(test_scripts("dfx") + test_scripts("replica") + test_scripts("icx-asset")) matrix = { - "test": test, + "test": ["dfx/ledger"], "backend": ["ic-ref", "replica"], "os": ["macos-12", "ubuntu-20.04"], "rust": ["1.65.0"],