This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
content merged to monorepo. #2335
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
permissions: read-all | |
on: [pull_request] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
artifact-name: kakarot-ssj-build | |
tests-unit: | |
uses: ./.github/workflows/tests-unit.yml | |
with: | |
run-fmt-check: true | |
ef-tests: | |
uses: ./.github/workflows/ef-tests.yml | |
needs: [build] | |
with: | |
artifact-name: kakarot-ssj-build |