Skip to content

Commit

Permalink
Updates test-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 22, 2024
1 parent 7ce4755 commit 566c1ec
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ jobs:
shell: bash -el {0}
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DBUILD_TESTS=ON

- name: Build
- name: Build and Test
shell: bash -el {0}
run: cmake --build build --config ${{ matrix.build_type }}

- name: Test
shell: bash -el {0}
run: find . -name test-liblevenshtein.exe -exec '{}' \;
run: |
cmake --build build --config ${{ matrix.build_type }}
./build/test/Debug/test-liblevenshtein.exe

0 comments on commit 566c1ec

Please sign in to comment.