Skip to content

chore: Release uwc version 1.0.9-alpha.1 #26

chore: Release uwc version 1.0.9-alpha.1

chore: Release uwc version 1.0.9-alpha.1 #26

Workflow file for this run

name: build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
profile: minimal
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all