Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 7526a4908a40e85421c387a00bba45f20bb30b50 Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Tue Dec 23 13:50:25 2025 +0000 correct the test to also use goolm diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index dea3666..ddf6efd 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -478 +478 @@ jobs: uses: actions/checkout@v5 - name: go fmt ./... (go version ${{ matrix.go-version }}) run: test -z "$(go fmt ./...)" - - name: go test ./... (go version ${{ matrix.go-version }}) - run: go test ./... + - name: go test -tags goolm ./... (go version ${{ matrix.go-version }}) + run: go test -tags goolm ./...   build-upload: # Uploading artifacts only if lint/test succeeded needs: [ "lint", "test" ]