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: