Skip to content

Fixed Bug where Git didn't pick up Name Change #2

Fixed Bug where Git didn't pick up Name Change

Fixed Bug where Git didn't pick up Name Change #2

Workflow file for this run

on:
push:
branches:
- master
name: CI
jobs:
build_and_test:
name: PK-Rust Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
# args: --release --all-features