Skip to content

Commit

Permalink
Update google-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extio1 authored Apr 10, 2024
1 parent 47af9b2 commit 36ed0d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/google-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: mkdir build; cd build
- run: ls -la
- run: cmake ..
- run: cmake --build .
- run: ./vector_test

0 comments on commit 36ed0d0

Please sign in to comment.