Skip to content

Commit

Permalink
Merge pull request #429 from movementlabsxyz/0xmovses/add-tests-to-ci
Browse files Browse the repository at this point in the history
Add shared bridge lib tests to CI
  • Loading branch information
0xmovses authored Aug 22, 2024
2 parents f1eddf1 + 41ec467 commit 28ee823
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,30 @@ jobs:
cd protocol-units/bridge/move-modules && \
aptos move test
"
bridge-shared-lib-tests:
strategy:
matrix:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Run rust tests
run: |
nix develop --command bash -c "
cargo test -p bridge-shared
"

solidity-bridge-tests:
strategy:
Expand Down

0 comments on commit 28ee823

Please sign in to comment.