Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Nov 29, 2022
1 parent dcce16e commit 1fa4e93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: testing
run: |
cd build
cd bin
cd tests
./unit_tests
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: testing
run: |
cd build
cd bin
cd tests
./unit_tests
bash <(curl -s https://codecov.io/bash)
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- name: testing
run: |
cd build
cd bin
cd tests
cd Debug
.\unit_tests.exe

0 comments on commit 1fa4e93

Please sign in to comment.