Skip to content

web4: clean URLs for RFPs #522

web4: clean URLs for RFPs

web4: clean URLs for RFPs #522

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@v4
- uses: Swatinem/rust-cache@v2
- name: Install cargo-near
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh
- name: Build community factory contract
run: cd community-factory && cargo near build
- name: Build devhub contract
run: cargo near build
- name: Unit tests
run: cargo test