Skip to content

Commit 61193bb

Browse files
enabled save always for cache in actions
1 parent 443a1dd commit 61193bb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
~/.cargo/git
4040
target
4141
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
42+
save-always: true
4243

4344
- name: Setup Rust
4445
run: rustup override set 1.85.0
@@ -54,6 +55,7 @@ jobs:
5455
~/bun.lockb
5556
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
5657
restore-keys: ${{ runner.os }}-bun-
58+
save-always: true
5759

5860
- name: Setup Bun
5961
uses: oven-sh/setup-bun@v1

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
path: luau-binaries
3030
key: luau-${{ env.LATEST_TAG }}
3131
restore-keys: luau-
32+
save-always: true
3233

3334
- name: Debug cache hit
3435
run: echo "Cache hit? ${{ steps.cache-luau.outputs.cache-hit }}"

src/init.test.luau

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,4 @@ type Returns_TestD = t.Expect<
11341134
}
11351135
>
11361136
--------------------------------------------------------
1137-
-------------------------------------------------------------------------------------------------------
1138-
1139-
type ThisTestWillFail = t.Expect<true, false>
1137+
-------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)