Skip to content

Commit

Permalink
Remove RUST_BACKTRACE from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Apr 16, 2024
1 parent d8216a4 commit 32aedab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acl2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Leo-ACL2
on: workflow_dispatch
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0

# This job can only be run on linux (Ubuntu)
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0

jobs:
test-package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0

jobs:
codecov:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0

jobs:
ubuntu:
Expand Down

0 comments on commit 32aedab

Please sign in to comment.