Skip to content

Commit

Permalink
add zstd, test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Apr 8, 2024
1 parent c554a0e commit 8f0be83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/m2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ jobs:
components: rustfmt, clippy
override: true

- name: Cache Rust dependencies
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: cargo check
run: |
eval "$(ssh-agent -s)"
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ thiserror = "1.0.50"
x25519-dalek = "1.0.1"
rand = "0.7.3"
rand_core = "0.5.1"
zstd-safe = "0.11.2"
zstd-sys = "2.0.7"

# Sovereign Labs dependencies
sov-modules-api = { git = "ssh://git@github.com/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
Expand Down

0 comments on commit 8f0be83

Please sign in to comment.