Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Feb 14, 2024
1 parent c0c8ade commit 33ec7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
- name: Build main target
shell: bash
run: |
cmake --build cmake-build-release --target cpp_tests || echo "Builded with errors"
cmake --build cmake-build-release --target cpp_tests || echo "Built with errors"
- name: Build tests target
shell: bash
run: |
cmake --build cmake-build-debug --target cpp_tests_tests || echo "Builded with errors"
cmake --build cmake-build-debug --target cpp_tests_tests || echo "Built with errors"
- name: Run program
shell: bash
Expand Down

0 comments on commit 33ec7d7

Please sign in to comment.