Remove RUST_BACKTRACE from CI

This commit is contained in:
evan-schott 2024-04-16 11:55:10 -07:00
parent d8216a4d6e
commit 32aedaba45
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -8,7 +8,7 @@ on:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0
jobs:
test-package:

View File

@ -7,7 +7,7 @@ on:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0
jobs:
codecov:

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
RUST_BACKTRACE: 1
RUST_BACKTRACE: 0
jobs:
ubuntu: