Skip to content

Commit

Permalink
Run unit tests of all libraries in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Dec 3, 2024
1 parent 9864ff6 commit 7586064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/commands/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "--- 🧪 Testing"
set +e
./gradlew testJalapenoDebugUnitTest lib:cardreader:testDebugUnitTest lib:iap:testDebugUnitTest
./gradlew testJalapenoDebugUnitTest testDebugUnitTest
TESTS_EXIT_STATUS=$?
set -e

Expand Down

0 comments on commit 7586064

Please sign in to comment.