Skip to content

V0.1.11

V0.1.11 #29

Workflow file for this run

name: Rust
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests for common
run: cargo test -p common --features testing
- name: Run tests for app
run: cargo test -p twitch-points-miner