Skip to content

✨ DAO action data verifier #32

✨ DAO action data verifier

✨ DAO action data verifier #32

Workflow file for this run

name: cargo
on:
push:
branches: [main, develop]
pull_request:
types: [opened, synchronize]
env:
RUST_LOG: debug
RUST_BACKTRACE: "1"
CARGO_TERM_COLOR: always
jobs:
cargo:
name: cargo
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: 17
- name: Setup up Rust
run: |
rustup target add riscv64imac-unknown-none-elf
- name: Schemas Is Up to Date
run: |
cargo install moleculec --locked
make clean-schemas schemas
git diff --exit-code .
- name: Build & Test
run: make contract
- uses: actions/upload-artifact@v4
with:
name: contracts
path: build/release/