Skip to content

Add performance test to guard the cycle detection doesn't introduce r… #267

Add performance test to guard the cycle detection doesn't introduce r…

Add performance test to guard the cycle detection doesn't introduce r… #267

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace