diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f68809..50ca2ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,6 @@ jobs: ./configure && make && sudo make install cd .. - name: Run all tests + env: + TMUX_VERSION: ${{ matrix.tmux_version }} run: make test