We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544ac39 commit b3825f9Copy full SHA for b3825f9
1 file changed
.github/workflows/test.yaml
@@ -14,9 +14,9 @@ jobs:
14
fail-fast: false
15
matrix:
16
os:
17
- - ubuntu-latest
+ # - ubuntu-latest
18
- windows-latest
19
- - macos-latest
+ # - macos-latest
20
21
steps:
22
- uses: actions/checkout@v4
@@ -28,8 +28,7 @@ jobs:
28
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
29
with:
30
path: |
31
- ~/.cargo/registry
32
- ~/.cargo/git
+ ~/.cargo
33
target
34
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
35
restore-keys: |
@@ -69,6 +68,8 @@ jobs:
69
68
70
echo CARGO $HOME/.cargo
71
ls -lA $HOME/.cargo
+ echo
72
+ echo REGISTRY
73
ls -lA $HOME/.cargo/registry
74
echo
75
0 commit comments