Skip to content

Commit

Permalink
Merge pull request Pymmdrza#3 from Pymmdrza/main
Browse files Browse the repository at this point in the history
CLI
  • Loading branch information
Pymmdrza authored Sep 26, 2023
2 parents c3f3d9e + 804d380 commit d17ae4e
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
name: Python package
name: Run cryptofuzz command

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- CLI

jobs:
build:

run-command:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install pytest
- name: Run tests
python-version: 3.9

- name: Run install script
run: |
pytest
chmod +x install.sh
./install.sh
- name: Execute cryptofuzz command
run: python cryptofuzz --generate --total 10

0 comments on commit d17ae4e

Please sign in to comment.