@@ -75,46 +75,46 @@ jobs:
7575 - name : Run tests
7676 run : cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
7777
78- cargo-clippy-windows-chat-cli :
79- name : Clippy Windows (chat_cli)
80- runs-on : windows-latest
81- timeout-minutes : 60
82- steps :
83- - uses : actions/checkout@v4
84- 85- id : toolchain
86- with :
87- components : clippy
88- - uses : actions/cache@v4
89- with :
90- path : |
91- ~/.cargo/registry/index/
92- ~/.cargo/registry/cache/
93- ~/.cargo/git/db/
94- target/
95- key : cargo-clippy-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
96- - run : cargo clippy --locked -p chat_cli --color always -- -D warnings
78+ # cargo-clippy-windows-chat-cli:
79+ # name: Clippy Windows (chat_cli)
80+ # runs-on: windows-latest
81+ # timeout-minutes: 60
82+ # steps:
83+ # - uses: actions/checkout@v4
84+ # - uses: dtolnay/[email protected] 85+ # id: toolchain
86+ # with:
87+ # components: clippy
88+ # - uses: actions/cache@v4
89+ # with:
90+ # path: |
91+ # ~/.cargo/registry/index/
92+ # ~/.cargo/registry/cache/
93+ # ~/.cargo/git/db/
94+ # target/
95+ # key: cargo-clippy-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
96+ # - run: cargo clippy --locked -p chat_cli --color always -- -D warnings
9797
98- cargo-test-windows-chat-cli :
99- name : Test Windows (chat_cli)
100- runs-on : windows-latest
101- timeout-minutes : 60
102- steps :
103- - uses : actions/checkout@v4
104- - uses : dtolnay/rust-toolchain@nightly
105- id : toolchain
106- with :
107- components : llvm-tools-preview
108- - uses : actions/cache@v4
109- with :
110- path : |
111- ~/.cargo/registry/index/
112- ~/.cargo/registry/cache/
113- ~/.cargo/git/db/
114- target/
115- key : cargo-test-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
116- - name : Run tests
117- run : cargo test --locked -p chat_cli
98+ # cargo-test-windows-chat-cli:
99+ # name: Test Windows (chat_cli)
100+ # runs-on: windows-latest
101+ # timeout-minutes: 60
102+ # steps:
103+ # - uses: actions/checkout@v4
104+ # - uses: dtolnay/rust-toolchain@nightly
105+ # id: toolchain
106+ # with:
107+ # components: llvm-tools-preview
108+ # - uses: actions/cache@v4
109+ # with:
110+ # path: |
111+ # ~/.cargo/registry/index/
112+ # ~/.cargo/registry/cache/
113+ # ~/.cargo/git/db/
114+ # target/
115+ # key: cargo-test-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
116+ # - name: Run tests
117+ # run: cargo test --locked -p chat_cli
118118
119119 cargo-fmt :
120120 name : Fmt
0 commit comments