Skip to content

Commit

Permalink
CI: don't do annotate: true in Julia action
Browse files Browse the repository at this point in the history
It messes up with stack traces (when errors happen), see
julia-actions/julia-runtest#76
  • Loading branch information
ulysses4ever committed Mar 22, 2023
1 parent e00a132 commit fb62932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
project: Stability
- uses: julia-actions/julia-runtest@v1
with:
annotate: true
project: Stability

0 comments on commit fb62932

Please sign in to comment.