fix: swanitem revert try

This commit is contained in:
Oleksandr Pravdyvyi
2025-09-24 12:15:59 +03:00
parent 0d68bec358
commit 476d5a9b14
2 changed files with 19 additions and 27 deletions
+1 -9
View File
@@ -28,17 +28,9 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
workspaces: |
. -> target
- name: lint - ubuntu-latest
if: success() || failure()
run: chmod 777 ./ci_scripts/lint-ubuntu.sh && ./ci_scripts/lint-ubuntu.sh
- name: test ubuntu-latest
if: success() || failure()
run: chmod 777 ./ci_scripts/test-ubuntu.sh && ./ci_scripts/test-ubuntu.sh
run: chmod 777 ./ci_scripts/test-ubuntu.sh && ./ci_scripts/test-ubuntu.sh