Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Add screenshot (#19) #38

Add screenshot (#19)

Add screenshot (#19) #38

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --all --verbose
- name: Run tests
run: cargo test --all --verbose