Skip to content

Commit

Permalink
remove rust analyzer compat job
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Mar 26, 2024
1 parent d706d7d commit e8bd0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

complete:
if: always()
needs: [fmt, rust-analyzer-compat, build-and-test, publish-dry-run]
needs: [fmt, build-and-test, publish-dry-run]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand Down

0 comments on commit e8bd0ab

Please sign in to comment.