From 7f636aa3c82b6ac7a1da75846a56454d305532e1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 1 Apr 2024 23:03:23 +0300 Subject: [PATCH] Test install in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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