Skip to content

implement a volleys to kill calculator #6

implement a volleys to kill calculator

implement a volleys to kill calculator #6

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
name: CI
jobs:
build_and_test:
name: Cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --verbose