diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caae227..ebc9d19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,5 +18,5 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build and test - run: make test + run: make release shell: bash