Commit 7efa4e7c authored by Inphi's avatar Inphi Committed by GitHub

circleci: Enable mt-cannon in develop-fault-proofs (#11928)

parent db10999f
...@@ -888,7 +888,7 @@ jobs: ...@@ -888,7 +888,7 @@ jobs:
command: | command: |
# Make sure the workspace is properly owned # Make sure the workspace is properly owned
sudo chown -R $USER:$USER . sudo chown -R $USER:$USER .
mkdir -p /tmp/test-results mkdir -p /tmp/test-results
mkdir -p /tmp/testlogs mkdir -p /tmp/testlogs
- run: - run:
name: run tests name: run tests
...@@ -2123,9 +2123,7 @@ workflows: ...@@ -2123,9 +2123,7 @@ workflows:
name: op-e2e-cannon-tests<< matrix.variant >> name: op-e2e-cannon-tests<< matrix.variant >>
matrix: matrix:
parameters: parameters:
variant: [""] variant: ["", "-mt-cannon"]
# TODO(#11893): add mt-cannon to matrix once it's stable
#variant: ["", "-mt-cannon"]
module: op-e2e module: op-e2e
target: test-cannon target: test-cannon
parallelism: 4 parallelism: 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment