chore: Release blocking-threadpool version 1.0.1 #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit Tests | |
on: [push] | |
jobs: | |
unit-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Update Rust to latest | |
run: ~/.cargo/bin/rustup update | |
- name: Run Unit Tests | |
run: cargo test |