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