Skip to content

Mystery box v2

Mystery box v2 #689

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
checks: write
pull-requests: write
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
rust-toolchain: stable
enable-contracts-size-report: true
enable-interactor-tests: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}