Skip to content

feat(anda_engine): add get_or_init_caller method to MemoryManagement #190

feat(anda_engine): add get_or_init_caller method to MemoryManagement

feat(anda_engine): add get_or_init_caller method to MemoryManagement #190

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
sudo apt-get install -y protobuf-compiler
rustup update --no-self-update stable
cargo clippy --all-targets --all-features
cargo test --workspace -- --nocapture