Skip to content

Commit

Permalink
ci: enable backtraces
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 12, 2024
1 parent 72edbcd commit 7ffa620
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build 🏗️ and Cache ❄️
on:
pull_request:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand All @@ -11,8 +12,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
RUST_BACKTRACE: full

jobs:
DeterminateCI:
name: Determinate CI 👷
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
permissions:
id-token: "write"
Expand Down

0 comments on commit 7ffa620

Please sign in to comment.