Skip to content

Commit

Permalink
fix test step in macos clang workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 11, 2023
1 parent 39567b0 commit 9fd79f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- working-directory: build/
run: ctest -C Debug --output-on-failure
run: ./faker-cxx-UT

0 comments on commit 9fd79f6

Please sign in to comment.