Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Update Documentation and Js Script (#34) #114

Update Documentation and Js Script (#34)

Update Documentation and Js Script (#34) #114

Workflow file for this run

name: Rust Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build and test
run: |
cargo build --verbose
cargo test --verbose