Skip to content

feat: concurrent retrieve of payload #10

feat: concurrent retrieve of payload

feat: concurrent retrieve of payload #10

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
jobs:
buildAndTest:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: make install
- name: Check
run: make lint
- name: Test
run: make test