Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 718 Bytes

Circle CI + GitHub Actions + Travis CI Demo

Circle CI GitHub Actions Travis CI

This is a golang test web application that does essentially nothing and was created for educational purposes.

I wanted to learn more about how CI works.

CI Flow

All of them should do the same thing:

  1. Checkout
  2. Print Go version
  3. Fetch dependencies
  4. Build
  5. Run tests & race detector