Skip to content

v 1.2.0

v 1.2.0 #298

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 "[email protected]"
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 }}