Add tests for moving player tank in each direction. #143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build & test | |
on: [push, pull_request] | |
jobs: | |
linux: | |
uses: przemek83/common/.github/workflows/build-and-test-cpp.yml@main | |
with: | |
platform: ubuntu-latest | |
dependencies-linux: "libgl1-mesa-dev libxcursor-dev" | |
windows: | |
uses: przemek83/common/.github/workflows/build-and-test-cpp.yml@main | |
with: | |
platform: windows-latest |