Skip to content

Commit

Permalink
Merge branch 'kubevirt:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 authored Feb 28, 2022
2 parents 69f617b + f08912d commit 5bdbf8f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Go

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

0 comments on commit 5bdbf8f

Please sign in to comment.