mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-03 22:53:10 +00:00
chore: add GH action for make test
This commit is contained in:
parent
27657b728f
commit
9e4c0eec34
18
.github/workflows/tests.yml
vendored
Normal file
18
.github/workflows/tests.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: tests
|
||||||
|
run: make test
|
||||||
Loading…
x
Reference in New Issue
Block a user