Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darek-margas authored Aug 8, 2024
1 parent bd6d1cd commit 007f137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v4
- name: make
run: |
cd code
cd source
make
- name: make test
run: |
cd code
cd source
make test

0 comments on commit 007f137

Please sign in to comment.