mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 02:24:15 +03:00
Remove RUST_BACKTRACE from CI
This commit is contained in:
parent
d8216a4d6e
commit
32aedaba45
2
.github/workflows/acl2.yml
vendored
2
.github/workflows/acl2.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- 'docs/**'
|
||||
- 'documentation/**'
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_BACKTRACE: 0
|
||||
|
||||
jobs:
|
||||
test-package:
|
||||
|
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
- 'docs/**'
|
||||
- 'documentation/**'
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_BACKTRACE: 0
|
||||
|
||||
jobs:
|
||||
codecov:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_BACKTRACE: 0
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
|
Loading…
Reference in New Issue
Block a user