Skip to content

Commit

Permalink
refactor(run-ci-tests.sh): remove unit tests from CI test script
Browse files Browse the repository at this point in the history
The unit tests have been removed from the CI test script. This change was likely made because the unit tests are now being run separately or have been moved to a different part of the CI pipeline. Removing them from this script helps to keep the CI process more focused and efficient.
  • Loading branch information
MartinMinkov committed Jul 18, 2024
1 parent 53dae5f commit 279478b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions run-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ case $TEST_TYPE in
./run src/examples/zkapps/dex/happy-path-with-proofs.ts --bundle
;;

"Unit tests")
echo "Running unit tests"
cd src/mina-signer
npm run build
cd ../..
npm run test:unit
npm run test
;;

"Verification Key Regression Check")
echo "Running Regression checks"
./run ./tests/vk-regression/vk-regression.ts --bundle
Expand Down

0 comments on commit 279478b

Please sign in to comment.