Skip to content

update to nova implementation #7

update to nova implementation

update to nova implementation #7

Workflow file for this run

name: Merge Master Check
on:
push:
branches: [master]
jobs:
test:
name: Inline Unit Test
runs-on: ubuntu-latest
steps:
- name: Run Unit Test
uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all --all-features