Skip to content

small mineral mining fixes #5

small mineral mining fixes

small mineral mining fixes #5

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