Skip to content

Commit

Permalink
refactor: revert CI failed succesfully
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed May 6, 2024
1 parent 2fe5914 commit 5762043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export OPERATOR_PID=$!

sleep 15

# echo "\nSending Task 1"
# make send-plonk_bls12_381-proof #> /dev/null
echo "\nSending Task 1"
make send-plonk_bls12_381-proof #> /dev/null

# echo "\nSending Task 2"
# make send-plonk_bn254-proof #> /dev/null
echo "\nSending Task 2"
make send-plonk_bn254-proof #> /dev/null

sleep 10

Expand Down

0 comments on commit 5762043

Please sign in to comment.