Skip to content

Commit

Permalink
CI: first draft tests GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jun 10, 2024
1 parent 4c8c072 commit ec7b373
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# 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

0 comments on commit ec7b373

Please sign in to comment.