Skip to content

alchemy-studio/my-prow-test-proj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-org/my-repo

A minimal Go project demonstrating Prow integration for presubmit testing.

Project Structure

  • go.mod: Go module definition file.
  • math.go: Contains a simple Add function.
  • math_test.go: Contains a test for the Add function.
  • prow-jobs.yaml: Prow configuration for presubmit testing.

Running Tests Locally

To run the tests locally, execute:

go test

Prow Integration

This project is configured to run unit tests using Prow on every pull request. The configuration is defined in prow-jobs.yaml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%