Skip to content

GameServer: Return 404 if a ship slot doesn't exist #52

GameServer: Return 404 if a ship slot doesn't exist

GameServer: Return 404 if a ship slot doesn't exist #52

Workflow file for this run

name: Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
toolchain: [stable, beta, nightly]
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose