Skip to content

Commit

Permalink
fix: comment rust stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Aug 22, 2024
1 parent fbc7c33 commit f06601d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
chmod +x /tmp/rustup.sh
/tmp/rustup.sh -y -q
# - name: Get repo
# run: git clone https://github.com/Moonsong-Labs/pathfinder.git ~/pathfinder

- name: Build pathfinder
run: |
source ~/.cargo/env
cd ~/pathfinder
cargo build --release --bin pathfinder
- name: Get repo
run: git clone https://github.com/Moonsong-Labs/pathfinder.git ~/pathfinder

# - name: Build pathfinder
# run: |
# source ~/.cargo/env
# cd ~/pathfinder
# cargo build --release --bin pathfinder

- name: Download and extract database file
run: |
Expand Down

0 comments on commit f06601d

Please sign in to comment.