Skip to content

csds v3 autogenerate node.id by using randomly generated uuid #194

csds v3 autogenerate node.id by using randomly generated uuid

csds v3 autogenerate node.id by using randomly generated uuid #194

Workflow file for this run

name: Build and test
on:
- push
- pull_request
jobs:
csds_client:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make -C csds-client
- name: Test
run: make -C csds-client test