diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec10c5..8f175e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: run: cargo build ${{ matrix.cargo_args }} env: RUSTFLAGS: -Dwarnings + - name: Install share files + run: cd share && sudo make install + if: ${{ !startsWith(matrix.os, 'windows') }} - name: Test run: cargo test ${{ matrix.cargo_args }} - name: Format check