From 4d1eb790fb9e50fef51e36ab29912d7f9512b5ba Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Tue, 18 Jun 2024 16:38:05 -0700 Subject: [PATCH] CI: first draft GitHub workflow --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..93d4006 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +--- +# configuration for GitHub Actions +name: rerobots CLI tests +on: + push: + pull_request: +jobs: + build: + name: Build + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - name: Run tests + run: | + cargo test