Skip to content

Add LFX V2 Mock Data Generator #1

Add LFX V2 Mock Data Generator

Add LFX V2 Mock Data Generator #1

Workflow file for this run

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: Test
"on":
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Download dependencies
run: go mod download
- name: Run tests
run: go test -v