Skip to content

feat(assigment-dependencies): #1

feat(assigment-dependencies):

feat(assigment-dependencies): #1

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build and Test
uses: actions-rs/cargo@v1
with:
command: build --release
args: --verbose --workspace