Compare commits

...

2 Commits

Author SHA1 Message Date
Akulij
49ee87488a cd.yaml: delete tests
All checks were successful
Build && Deploy / cargo build (push) Successful in 3m30s
2025-05-04 00:51:38 +03:00
Akulij
caae3199db cd.yaml: fix cache ids 2025-05-04 00:49:36 +03:00

View File

@ -19,7 +19,7 @@ jobs:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
- name: Save cached toolchain - name: Save cached toolchain
id: cache-toolchain id: cache-toolchain-save
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: | path: |
@ -37,9 +37,8 @@ jobs:
target target
key: ${{ runner.os }}-project-dependencies key: ${{ runner.os }}-project-dependencies
- run: cargo build --release --target x86_64-unknown-linux-gnu - run: cargo build --release --target x86_64-unknown-linux-gnu
- run: cargo test
- name: Save cached cargo dependencies - name: Save cached cargo dependencies
id: cache-toolchain id: cache-project-dependencies-restore
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: | path: |