Skip to content

Authorize Phase C6-B (wallet & UX integration) #137

Authorize Phase C6-B (wallet & UX integration)

Authorize Phase C6-B (wallet & UX integration) #137

Workflow file for this run

name: Rust CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose