From ed0e899254e961e71247006cc6fa73c8bea9b0c1 Mon Sep 17 00:00:00 2001 From: Vitor Lobo Date: Wed, 23 Jul 2025 17:12:54 -0300 Subject: [PATCH] chore(ci): add test and release steps --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d409a35..876b40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: ci-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build - run: make - # - name: Run tests - # run: make test + run: make all + - name: Run tests + run: make test - name: Create Release if: startsWith(github.ref, 'refs/tags/v') uses: softprops/action-gh-release@v1