Skip to content

Commit 05cead3

Browse files
committed
WIP: remove rust cache
1 parent 5f24c80 commit 05cead3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ jobs:
3131
- uses: dtolnay/rust-toolchain@master
3232
with:
3333
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
34-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
35-
with:
36-
key: test
37-
- run: cargo test
34+
- run: cargo test -p stackable-versioned-macros

0 commit comments

Comments
 (0)