fix: viewState interaction transaction does not take 'evolve' into account #14

This commit is contained in:
ppedziwiatr
2021-09-08 18:03:47 +02:00
committed by Piotr Pędziwiatr
parent 717c325a36
commit ce5a589b10
13 changed files with 206 additions and 54 deletions

13
.github/workflows/tests.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run unit tests
run: yarn test:unit
- name: Run integration tests
run: yarn test:integration