Skip to content

Commit

Permalink
update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Feb 28, 2022
1 parent d70c35f commit c0ee645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cmake --build . --config ${{matrix.build-type}}
- name: Run Test Script
run: |
cd build/${{matrix.build-type}}
cd build
ctest .
ubuntu-bionic-llvm:
Expand Down Expand Up @@ -70,6 +70,6 @@ jobs:
cmake --build . --config ${{matrix.build-type}}
- name: Run Test Script
run: |
cd build/${{matrix.build-type}}
cd build
ctest .
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
cmake --build . --config ${{matrix.build-type}}
- name: Run Test Script
run: |
cd build/${{matrix.build-type}}
cd build
ctest .
2 changes: 1 addition & 1 deletion .github/workflows/window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
cmake --build . --config ${{matrix.build-type}}
- name: Run Test Script
run: |
cd build/${{matrix.build-type}}
cd build
ctest .

0 comments on commit c0ee645

Please sign in to comment.