From 64b9433ddc4d4b3f742bb7d4b7895b8be3398ada Mon Sep 17 00:00:00 2001 From: siddharth Date: Fri, 3 Jun 2022 22:45:55 -0400 Subject: .github/workflows: add run-tests.yml --- .github/workflows/run-tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/run-tests.yml (limited to '.github') diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml new file mode 100644 index 0000000..c10d06d --- /dev/null +++ b/.github/workflows/run-tests.yml @@ -0,0 +1,11 @@ +name: peach-run-tests +on: [push] +jobs: + run-tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 + with: + go-version: '1.18.3' + - run: make tests ARGS=-v -- cgit v1.2.3