Skip to content

Feat/Aggregation VM STARK #391

Feat/Aggregation VM STARK

Feat/Aggregation VM STARK #391

Workflow file for this run

name: chips Tests
on:
push:
branches: ["main", "develop"]
pull_request:
branches: ["main", "develop"]
paths:
- "chips/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run chips tests
working-directory: "chips"
run: |
cargo test