@@ -90,46 +90,46 @@ jobs:
9090 - name : Run tests
9191 run : cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
9292
93- cargo-clippy-windows :
94- name : Clippy Windows
95- runs-on : windows-latest
96- timeout-minutes : 60
97- steps :
98- - uses : actions/checkout@v4
99- - uses : dtolnay/rust-toolchain@1.84.0
100- id : toolchain
101- with :
102- components : clippy
103- - uses : actions/cache@v4
104- with :
105- path : |
106- ~/.cargo/registry/index/
107- ~/.cargo/registry/cache/
108- ~/.cargo/git/db/
109- target/
110- key : cargo-clippy-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
111- - run : cargo clippy --locked -p q_cli --color always -- -D warnings
93+ # cargo-clippy-windows:
94+ # name: Clippy Windows
95+ # runs-on: windows-latest
96+ # timeout-minutes: 60
97+ # steps:
98+ # - uses: actions/checkout@v4
99+ # - uses: dtolnay/rust-toolchain@1.84.0
100+ # id: toolchain
101+ # with:
102+ # components: clippy
103+ # - uses: actions/cache@v4
104+ # with:
105+ # path: |
106+ # ~/.cargo/registry/index/
107+ # ~/.cargo/registry/cache/
108+ # ~/.cargo/git/db/
109+ # target/
110+ # key: cargo-clippy-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
111+ # - run: cargo clippy --locked -p q_cli --color always -- -D warnings
112112
113- cargo-test-windows :
114- name : Test Windows
115- runs-on : windows-latest
116- timeout-minutes : 60
117- steps :
118- - uses : actions/checkout@v4
119- - uses : dtolnay/rust-toolchain@nightly
120- id : toolchain
121- with :
122- components : llvm-tools-preview
123- - uses : actions/cache@v4
124- with :
125- path : |
126- ~/.cargo/registry/index/
127- ~/.cargo/registry/cache/
128- ~/.cargo/git/db/
129- target/
130- key : cargo-test-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
131- - name : Run tests
132- run : cargo test --locked -p q_cli
113+ # cargo-test-windows:
114+ # name: Test Windows
115+ # runs-on: windows-latest
116+ # timeout-minutes: 60
117+ # steps:
118+ # - uses: actions/checkout@v4
119+ # - uses: dtolnay/rust-toolchain@nightly
120+ # id: toolchain
121+ # with:
122+ # components: llvm-tools-preview
123+ # - uses: actions/cache@v4
124+ # with:
125+ # path: |
126+ # ~/.cargo/registry/index/
127+ # ~/.cargo/registry/cache/
128+ # ~/.cargo/git/db/
129+ # target/
130+ # key: cargo-test-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
131+ # - name: Run tests
132+ # run: cargo test --locked -p q_cli
133133
134134 cargo-fmt :
135135 name : Fmt
0 commit comments