Skip to content

new options for pack #297

new options for pack

new options for pack #297

Workflow file for this run

name: test
on: push
jobs:
build:
name: tokencrypt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: install
run: source ./install
- name: tests
run: |
crptest testing > test.log
echo >> test.log
packtest testing >> test.log
- name: commit
run: |
git config user.email "457124+liborty@users.noreply.github.com"
git config user.name "liborty"
git commit -am 'action:test.log'
- name: push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}