Skip to content

Commit

Permalink
fix: install movement_cli in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay authored Aug 23, 2024
1 parent 48d6a37 commit f7788d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Movement CLI
run: |
git clone https://github.com/movementlabsxyz/aptos-core/ && cd aptos-core
cargo build -p movement
sudo cp target/debug/movement /usr/local/bin/
cd -
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Run foundry tests
- name: Run eth_movement tests
run: |
nix develop --command bash -c "
rust_backtrace=1 cargo test --test eth_movement -- --nocapture --test-threads=1
Expand Down

0 comments on commit f7788d7

Please sign in to comment.