Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0327 committed Aug 24, 2023
1 parent 4c7797a commit 6ba832d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
cmake -S . -B build
cmake --build build
- name: check-path
run: |
pwd
ls
ls test
- name: run-all-test
run: |
cd build
./unit_test
run: ./build/unit_test

- uses: sarisia/actions-status-discord@v1
if: always()
Expand Down

0 comments on commit 6ba832d

Please sign in to comment.