Skip to content

Commit

Permalink
refactor: remove unnecesary debug_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 12, 2024
1 parent 6efd1e1 commit 7d7f3f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function build::verify() {
--report-html "bin/report.html" \
--stop-on-failure

# shellcheck disable=SC2181
if [[ $? -eq 0 ]]; then
echo "✅ Build verified ✅"
fi
Expand Down
7 changes: 0 additions & 7 deletions tests/unit/debug_test.sh

This file was deleted.

0 comments on commit 7d7f3f3

Please sign in to comment.