Skip to content

Commit

Permalink
Test install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 1, 2024
1 parent 6c484ec commit 7f636aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f636aa

Please sign in to comment.