Skip to content

add new field to GetPaymentStateRequest (#47) #5

add new field to GetPaymentStateRequest (#47)

add new field to GetPaymentStateRequest (#47) #5

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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose