Skip to content

Commit

Permalink
Neptun debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-grz committed Dec 20, 2024
1 parent 6592759 commit 14a522d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,22 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv install
- name: Execute xray
working-directory: xray
# - name: Execute xray
# working-directory: xray
# run: |
# pipenv run python run.py --wg native --ascii --save-output
# # pipenv run python run.py --wg wggo --ascii --save-output
# # pipenv run python run.py --wg neptun --ascii --save-output
- name: Build neptun
run: |
cargo build
- name: Execute neptun
working-directory: target/debug
run: |
sudo RUST_LOG=info ./neptun-cli nept
- name: Log neptun
run: |
pipenv run python run.py --wg native --ascii --save-output
# pipenv run python run.py --wg wggo --ascii --save-output
# pipenv run python run.py --wg neptun --ascii --save-output
ls /tmp/
- name: Upload graph results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 14a522d

Please sign in to comment.