Skip to content

Commit

Permalink
Test a thing
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Jan 3, 2024
1 parent d56f549 commit 8cab66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
with:
components: ${{ matrix.components }}
toolchain: ${{ matrix.toolchain }}
- uses: baptiste0928/cargo-install@v2
with:
crate: typos-cli
- name: Install dependencies
run: |
sudo apt-get -q update
sudo apt-get -y install libblkid-dev
- name: Install typos-cli if required
# yamllint disable rule:line-length
run: ${{ matrix.task == 'check-typos' && 'cargo install typos-cli' || 'true' }}
- name: Test ${{ matrix.task }} on ${{ matrix.toolchain }} toolchain
run: make -f Makefile ${{ matrix.task }}

Expand Down

0 comments on commit 8cab66e

Please sign in to comment.