Skip to content

fix time lib update doesn't match latest in rust, format and remove u… #236

fix time lib update doesn't match latest in rust, format and remove u…

fix time lib update doesn't match latest in rust, format and remove u… #236

Workflow file for this run

name: Unit and Integration Test
on: push
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Dependencies
run: |
sudo apt-get update
sudo apt-get install capnproto
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Unit Testing
run: cargo test --features build-binary
env:
RUST_MIN_STACK: 8388608