A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgrim/pg_back/commit/acaa33a2d0cb5a118e233b9e3dd0cbee3ecf7f1f below:

Setup github actions · orgrim/pg_back@acaa33a · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+29

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+29

-0

lines changed Original file line number Diff line number Diff line change

@@ -0,0 +1,29 @@

1 +

name: Tests

2 + 3 +

on:

4 +

push:

5 +

branches: [ master ]

6 +

pull_request:

7 +

branches: [ master ]

8 + 9 +

jobs:

10 + 11 +

unit:

12 +

runs-on: ${{ matrix.os }}-latest

13 +

strategy:

14 +

fail-fast: false

15 +

matrix:

16 +

os: [ubuntu, windows, macos]

17 +

steps:

18 +

- uses: actions/checkout@v2

19 + 20 +

- name: Set up Go

21 +

uses: actions/setup-go@v2

22 +

with:

23 +

go-version: 1.16

24 + 25 +

- name: Build

26 +

run: go build -v .

27 + 28 +

- name: Test

29 +

run: go test .

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4