Skip to content

add go client &java client (#317) #412

add go client &java client (#317)

add go client &java client (#317) #412

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: RUST_TEST_THREADS=1 cargo test --all --verbose
- name: Run tests no default features
run: RUST_TEST_THREADS=1 cargo test --no-default-features --all --verbose