Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Just build for the moment
  • Loading branch information
giacomini authored Mar 9, 2024
1 parent e76a229 commit 3360161
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}

0 comments on commit 3360161

Please sign in to comment.