mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-05-16 14:19:55 +00:00
add spec tests to ci
This commit is contained in:
parent
8b44ca5fe0
commit
cd64e41b2d
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Spec tests
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Set up Python 3.x
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
# Semantic version range syntax or exact version of a Python version
|
||||||
|
python-version: '3.x'
|
||||||
|
- name: Run tests
|
||||||
|
run: cd carnot && python -m unittest
|
||||||
@ -1,4 +1,4 @@
|
|||||||
from .carnot import *
|
from carnot import *
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user