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 }}
