Skip to content

Commit

Permalink
Adds find command to locate test-liblevenshtein
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 21, 2024
1 parent c2ae608 commit 67e0f44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:

- name: Build
shell: bash -el {0}
run: cmake --build build --config ${{ matrix.build_type }}
run: |
cmake --build build --config ${{ matrix.build_type }}
pwd
find . -name 'test-liblevenshtein*'
- name: Test
shell: bash -el {0}
Expand Down

0 comments on commit 67e0f44

Please sign in to comment.