Skip to content

Commit

Permalink
fix(ci): wrong ref
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Sep 8, 2024
1 parent e3be40d commit 852b164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
ref: ${{ github.event.pull_request.head.ref }}
- name: Cache Cargo dependencies
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
cp ./target/debug/gossiphs ./gossiphs
cd tree-sitter
time ../gossiphs relation
time ../gossiphs relation --symbol-csv test-symbol.csv
cd ..
cd typescript-eslint
Expand Down

0 comments on commit 852b164

Please sign in to comment.