Fix CI build and see result in pull request (#1565)

This commit is contained in:
hannesa2
2020-05-24 02:05:24 +02:00
committed by GitHub
parent d212198e30
commit b6d7831646
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
name: Build
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:

View File

@@ -1,6 +1,12 @@
name: Unit tests
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
testing: