Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 4, 2024
1 parent 14685f5 commit 1dbdab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ jobs:

- name: Test
working-directory: core
run: cargo nextest run --no-fail-fast --features layers-all,tests && cargo test --doc
run: cargo nextest run --no-fail-fast --features layers-all,tests && cargo test --doc --features tests
env:
LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ env.LD_LIBRARY_PATH }}

0 comments on commit 1dbdab5

Please sign in to comment.