Skip to content

Commit

Permalink
feat: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anrs committed Feb 19, 2022
1 parent e78418f commit 570fee8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test

on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:

jobs:
unittests:
runs-on: ubuntu-latest
container: projecteru2/yavirt:prebuild

steps:
- uses: actions/checkout@v2
- name: unit tests
run: make test

0 comments on commit 570fee8

Please sign in to comment.