7171 with :
7272 persist-credentials : false
7373 - name : Rust Cache
74- uses :
Swatinem/[email protected] .1 74+ uses :
Swatinem/[email protected] .2 7575 with :
7676 shared-key : ts-def-gen
7777 save-if : ${{ github.ref == 'refs/heads/master' }}
@@ -127,14 +127,17 @@ jobs:
127127 with :
128128 persist-credentials : false
129129 - name : Rust Cache
130- uses :
Swatinem/[email protected] .1 130+ uses :
Swatinem/[email protected] .2 131131 with :
132132 shared-key : lint
133133 save-if : ${{ github.ref == 'refs/heads/master' }}
134134 - run : cargo fmt --check --all
135135 - run : cargo check --workspace --all-targets
136136 - run : |
137137 # should work without the "legacy" feature
138+ cargo check -p but-testsupport --all-targets
139+ cargo check -p but-testsupport --all-targets --features sandbox
140+ cargo check -p but-testsupport --all-targets --features sandbox-but-api
138141 cargo check -p but-ctx --all-targets
139142 cargo check -p but-serde --all-targets
140143 cargo check -p but-meta --all-targets
@@ -159,7 +162,7 @@ jobs:
159162 - uses : actions/checkout@v6
160163 with :
161164 persist-credentials : false
162- - uses : EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
165+ - uses : EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14
163166 with :
164167 command : check bans licenses sources
165168
@@ -177,7 +180,7 @@ jobs:
177180 with :
178181 persist-credentials : false
179182 - name : Rust Cache
180- uses :
Swatinem/[email protected] .1 183+ uses :
Swatinem/[email protected] .2 181184 with :
182185 shared-key : cargo-test-no-tauri
183186 save-if : ${{ github.ref == 'refs/heads/master' }}
@@ -206,7 +209,7 @@ jobs:
206209 with :
207210 persist-credentials : false
208211 - name : Rust Cache
209- uses :
Swatinem/[email protected] .1 212+ uses :
Swatinem/[email protected] .2 210213 with :
211214 shared-key : cargo-test-tauri
212215 save-if : ${{ github.ref == 'refs/heads/master' }}
@@ -229,7 +232,7 @@ jobs:
229232 with :
230233 persist-credentials : false
231234 - name : Rust Cache
232- uses :
Swatinem/[email protected] .1 235+ uses :
Swatinem/[email protected] .2 233236 with :
234237 shared-key : cargo-test
235238 save-if : ${{ github.ref == 'refs/heads/master' }}
0 commit comments