Skip to content

Commit

Permalink
fixup! fixup! github pipeline fix cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
laudominik committed Jun 24, 2024
1 parent aa6e371 commit e28b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGLFW_BUILD_WAYLAND=OFF -DGLFW_BUILD_X11=OFF

- name: Build
run: cmake --build ${{github.workspace}}/build --target emulator_test --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --target engine_test --config ${{env.BUILD_TYPE}}

- name: Run unit tests
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit e28b779

Please sign in to comment.