klip-sdk
Version:
JavaScript SDK to interact with klip App2App requests
16 lines (15 loc) • 357 B
YAML
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 }}