Skip to content

Commit

Permalink
unit_test: try find testempires
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkertVanVerseveld committed Feb 5, 2024
1 parent 9383dc2 commit 95dd437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: configure
run: mkdir build && cd build && cmake ../
- name: make testempires
run: cd build && make testempires; find . -type d
run: cd build && make testempires
- name: run
run: ./test/testempires
run: find . -type f && ./test/testempires

0 comments on commit 95dd437

Please sign in to comment.