Skip to content

CI: first draft tests GitHub Action #1

CI: first draft tests GitHub Action

CI: first draft tests GitHub Action #1

Workflow file for this run

---
# configuration for GitHub Actions
name: rerobots Rust client library tests
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
cargo test