fix: viewState interaction transaction does not take 'evolve' into account #14
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
717c325a36
commit
ce5a589b10
13
.github/workflows/tests.yml
vendored
Normal file
13
.github/workflows/tests.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user