Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 23, 2024
1 parent bcaede5 commit 6217a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure
run: |
xxd ./test/puzzles/easy/1.kkr
ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure
1 change: 0 additions & 1 deletion test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ TEST easy_unset_one(void) {
ASSERTm("COULDN'T OPEN FILE", fp);

Kakuro board = init_kakuro(fp);
print_board(board);
fclose(fp);

SArray solution = depth_first_search(board);
Expand Down

0 comments on commit 6217a34

Please sign in to comment.