UNPKG

klip-sdk

Version:

JavaScript SDK to interact with klip App2App requests

16 lines (15 loc) 357 B
name: Run kas standard test - test_datarace author: Jeff Kim description: 'Run kas standard test - test_datarace' inputs: timeout: description: 'race timeout' required: false default: '10m' runs: using: "composite" steps: - name: datatrace test shell: bash run: | go test ./... -race -timeout ${{ inputs.timeout }}