Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson authored Dec 8, 2023
2 parents 88ac5fe + 75e8a9a commit 7dbd295
Show file tree
Hide file tree
Showing 27 changed files with 758 additions and 841 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Install Just
run: |
wget https://github.com/casey/just/releases/download/1.14.0/just-1.14.0-x86_64-unknown-linux-musl.tar.gz
tar -vxf just-1.14.0-x86_64-unknown-linux-musl.tar.gz just
sudo cp just /usr/bin/just
- name: Unit and integration tests for all crates in workspace
run: |
just ${{ matrix.just_variants }} test_crypto
Expand Down
Loading

0 comments on commit 7dbd295

Please sign in to comment.