Skip to content

Bump rand from 0.9.2 to 0.9.4 #65

Bump rand from 0.9.2 to 0.9.4

Bump rand from 0.9.2 to 0.9.4 #65

Workflow file for this run

name: Rust CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test -- --test-threads=1