Skip to content

Update repository links and images #48

Update repository links and images

Update repository links and images #48

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Build
- name: Build
run: cargo build --verbose
# Run tests
- name: Run tests
run: cargo test --verbose