Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/txn-command
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 27, 2024
2 parents 87f965c + 639be30 commit 7387c55
Show file tree
Hide file tree
Showing 13 changed files with 2,303 additions and 42 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ledger-emulator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Ledger Emulator Tests

on:
push:
branches: [main, release/**]
pull_request:

defaults:
run:
shell: bash

jobs:
emulator-tests:
runs-on: ubuntu-latest
env:
CI_TESTS: true
steps:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-cache@main
- name: install libudev-dev
run: |
sudo apt install -y libudev-dev
- run: |
cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests"
Loading

0 comments on commit 7387c55

Please sign in to comment.