Skip to content

DOC: Update RELEASES.md for 0.37.10 (in progress) #430

DOC: Update RELEASES.md for 0.37.10 (in progress)

DOC: Update RELEASES.md for 0.37.10 (in progress) #430

Workflow file for this run

name: Github
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose