From 14a522dd60e706de50dc2942a1a031c67e979f6b Mon Sep 17 00:00:00 2001 From: Tomasz Grzegowski Date: Fri, 20 Dec 2024 09:31:41 +0000 Subject: [PATCH] Neptun debug --- .github/workflows/tests.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4da2aa5..f70e030 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: