Skip to content

Use dice builder in tests & benches #6

Use dice builder in tests & benches

Use dice builder in tests & benches #6

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