Add stRandom
and stRandom2
testsuites
#61
Workflow file for this run
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: Workflow - CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: | |
- main | |
permissions: read-all | |
jobs: | |
trunk: | |
name: Trunk | |
uses: ./.github/workflows/trunk-check.yml | |
permissions: | |
checks: write | |
contents: read | |
submodules: | |
name: Compile Kakarot contracts | |
uses: ./.github/workflows/kakarot.yml | |
tests: | |
name: Rust tests | |
uses: ./.github/workflows/test.yml | |
needs: submodules |