Skip to content

Commit

Permalink
Only build test target
Browse files Browse the repository at this point in the history
klsdjfklasjf
  • Loading branch information
meisekimiu committed Jan 24, 2024
1 parent 2083a89 commit dc4f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --target adagio_test --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit dc4f96b

Please sign in to comment.