adtest 0.1.0

Library for better test generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Deploy-Rust

on:
  push:
    branches:
      - "release"

jobs:
  deploy:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Login to Crates.io and deploy the package
      run: |
        cargo login ${{secrets.CRATES_TOKEN}}
        cargo publish