Skip to content

Merge pull request #6 from Syriiin/custom-calc-docs #49

Merge pull request #6 from Syriiin/custom-calc-docs

Merge pull request #6 from Syriiin/custom-calc-docs #49

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test-e2e