Suppress broken lint_groups_priority clippy lint. #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'CI' | |
on: | |
pull_request: | |
branches: | |
- 'master' | |
push: | |
branches: | |
- 'master' | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: 'ubuntu-22.04' | |
steps: | |
- uses: 'actions/checkout@v4' | |
- name: 'Run' | |
run: | | |
set -euo pipefail | |
rustup self update | |
rustup set profile minimal | |
rustup update | |
cargo install --locked cargo-machete | |
make SHELL=/bin/bash test |