diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e91a897..b41ac18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,4 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: make test \ No newline at end of file + run: make test + - name: Build + run: make build