Skip to content

Add colocate flag for game bundling on MacOS #37

Add colocate flag for game bundling on MacOS

Add colocate flag for game bundling on MacOS #37

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --color never
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo clippy --all-targets -- -D warnings
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --all -- --check