Skip to content

Commit

Permalink
use full path
Browse files Browse the repository at this point in the history
  • Loading branch information
cschin committed Aug 25, 2024
1 parent d659e0a commit b020229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
submodules: recursive
- name: setup
run: rustup default stable
run: /opt/cargo/bin/rustup default stable
- name: Run tests
run: cargo test --verbose --workspace --exclude pgrtk
run: /opt/cargo/bin/cargo test --verbose --workspace --exclude pgrtk
- name: Build
run: bash build.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b020229

Please sign in to comment.