Skip to content

feat: user update (#103) #225

feat: user update (#103)

feat: user update (#103) #225

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Unit Tests
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo test`
run: cargo test