Skip to content

Commit

Permalink
only run dfx/ledger test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jul 21, 2023
1 parent 8d71b2d commit 4dc7af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workflows/e2e-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 4dc7af3

Please sign in to comment.