Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #391

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #391

Workflow file for this run

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"