Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

document well-known props #321

document well-known props

document well-known props #321

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --all --verbose
- name: Smoke test
run: cargo run -p emit-smoke-test