Skip to content

Fix createGameAccount and join #466

Fix createGameAccount and join

Fix createGameAccount and join #466

Workflow file for this run

name: Rust Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install 1.77 --profile minimal --no-self-update
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Check
run: cargo check
- name: Run Tests
run: cargo test