Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed May 19, 2021
1 parent 839a988 commit 665ee80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# go-echo-cache
# go-echo-cache [![GoDoc](https://godoc.org/github.com/gitsight/go-echo-cache?status.svg)](https://pkg.go.dev/github.com/gitsight/go-echo-cache) [![Test](https://github.com/gitsight/go-echo-cache/workflows/Test/badge.svg)](https://github.com/gitsight/go-echo-cache/actions?query=workflow%3ATest+branch%3Amaster)

*go-echo-cache*, is a server-side HTTP cache middleware designed to work with [Echo framework](https://echo.labstack.com/).

Expand Down

0 comments on commit 665ee80

Please sign in to comment.