Skip to content

refactor: Update near-sdk-rs from 4.1.1 to 5.0.0-alpha.2 (#87) #214

refactor: Update near-sdk-rs from 4.1.1 to 5.0.0-alpha.2 (#87)

refactor: Update near-sdk-rs from 4.1.1 to 5.0.0-alpha.2 (#87) #214

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rununittest:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- run: rustup target add wasm32-unknown-unknown
- name: Build community contract
run: cd community && ./build.sh
- name: Build community factory contract
run: cd community-factory && ./build.sh
- name: Build devhub contract
run: ./build.sh
- name: Unit tests
run: |
cargo test