Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit bcffcc4

Browse files
committed
updated github action test and added badge
1 parent 8b30f4c commit bcffcc4

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
name: Tests
22
on: [push, pull_request]
33
jobs:
4-
54
tests:
65
name: ${{matrix.go-version}} ${{matrix.os}}
76
runs-on: ${{ matrix.os }}
87
strategy:
98
matrix:
10-
go-version: [1.13.x, 1.16.x]
9+
go-version: [1.16.x, 1.17.x]
1110
os: [macos-latest, windows-latest, ubuntu-latest]
1211
steps:
1312
- name: Checkout Code
14-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1514
with:
1615
fetch-depth: 1
17-
- name: Test v2
16+
- name: Test
1817
run: |
19-
go get -t -v ./...
2018
go test -race ./...
2119
go install -v ./packr2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ https://blog.gobuffalo.io/introducing-pkger-static-file-embedding-in-go-1ce76dc7
55
# Packr (v2)
66

77
[![GoDoc](https://godoc.org/github.com/gobuffalo/packr/v2?status.svg)](https://godoc.org/github.com/gobuffalo/packr/v2)
8+
[![Actions Status](https://github.com/gobuffalo/packr/workflows/Tests/badge.svg)](https://github.com/gobuffalo/packr/actions)
89

910
Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing.
1011

0 commit comments

Comments
 (0)