Skip to content

Merge branch 'master' of github.com:Oscuro87/pushover-rs #73

Merge branch 'master' of github.com:Oscuro87/pushover-rs

Merge branch 'master' of github.com:Oscuro87/pushover-rs #73

Workflow file for this run

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