Skip to content

Commit

Permalink
Clean up debugging info in the GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Jan 20, 2025
1 parent 2669831 commit 7a3e0bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ jobs:
- name: Install Rust toolchain
run: |
rustup update --no-self-update stable
rustup show
rustup target add ${{ matrix.target }}
rustup component add rust-src
rustc --version
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/verus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,6 @@ jobs:
# default: true
# override: true

- name: Debug verus location
env:
VERUS_BINARY_PATH: /home/runner/work/verus-analyzer/verus-analyzer/verus-x86-linux/verus
run: |
echo working directory
pwd
echo contents of working directory
ls -la
echo contents of verus-86-linux
ls -la verus-x86-linux
echo contents of parent
ls -la ..
echo Verus binary env
echo $VERUS_BINARY_PATH
echo Verus binary info
ls -la $VERUS_BINARY_PATH
- name: Test Syntax
run: cargo test --package syntax --lib

Expand Down

0 comments on commit 7a3e0bf

Please sign in to comment.