From bc7ec472e6fc3edaef7cd5aaf3fc3b3fd52cc150 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Wed, 29 Jun 2022 12:08:22 -0700 Subject: [PATCH] testing Signed-off-by: Erik Hollensbe --- .github/workflows/main.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yaml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml new file mode 100644 index 000000000..f868e82b7 --- /dev/null +++ b/.github/workflows/main.yaml @@ -0,0 +1,16 @@ +name: Release + +on: [pull_request, push] + +jobs: + test: + strategy: + matrix: + os: + - ubuntu-latest + - macos-latest + #- windows-latest + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v3 + - run: make test