We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61495bc commit 8479412Copy full SHA for 8479412
.github/workflows/ci.yml
@@ -71,22 +71,7 @@ jobs:
71
toolchain: ${{ matrix.toolchain }}
72
- name: cargo test --locked
73
run: cargo test --locked --all-features
74
-
75
- lint:
76
- runs-on: ubuntu-latest
77
- name: lint / ubuntu
78
- strategy:
79
- matrix:
80
- toolchain: [nightly]
81
- steps:
82
- - uses: actions/checkout@v4
83
- - name: Install ${{ matrix.toolchain }}
84
- uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
85
- with:
86
- toolchain: ${{ matrix.toolchain }}
87
- components: rustfmt
88
- - name: cargo fmt --check
89
- run: cargo fmt --check
+ # TODO: b/371562818 - Reenable linter CI.
90
91
test-no-default-features:
92
runs-on: ubuntu-latest
0 commit comments