cd.yaml: add some tests
Some checks failed
Build && Deploy / cargo build (push) Failing after 3m56s

This commit is contained in:
Akulij 2025-05-04 00:47:02 +03:00
parent 539bbbb970
commit 8bdaa85518

View File

@ -37,6 +37,7 @@ 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-toolchain
uses: actions/cache/save@v4 uses: actions/cache/save@v4