Skip to content

perf: add rpc exec worker pool #319

perf: add rpc exec worker pool

perf: add rpc exec worker pool #319

Workflow file for this run

name: Run test case
on: [push, pull_request]
jobs:
run_test_case:
runs-on: ubuntu-latest
container:
image: erlang:23.1
steps:
- uses: actions/checkout@v1
- name: Compile
run: |
make dialyzer
- name: Test
run: |
make test
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: _build/test/logs