Skip to content

Allow creation and rolling of dice with zero sides #10

Allow creation and rolling of dice with zero sides

Allow creation and rolling of dice with zero sides #10

Workflow file for this run

name: Rust
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build project
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose