diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 71cbbd2..81d9e41 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,6 +42,7 @@ jobs: - name: Run golang tests with coverage run: make test + build-sample-rr: name: Build (Go ${{ matrix.go }}, OS ${{matrix.os}}) runs-on: ${{ matrix.os }}