fix: ci test run 3

This commit is contained in:
Oleksandr Pravdyvyi 2025-09-09 14:53:34 +03:00
parent 125fac770a
commit 54590f8157
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -28,11 +28,17 @@ 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