diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56eefdd..522dd57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ jobs: - name: Check out code uses: actions/checkout@v1 + - name: Build + run: make build + - name: Config run: make config