Skip to content

Commit

Permalink
fix: Disable debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 22, 2024
1 parent bace114 commit 0050d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: CI
on:
workflow_dispatch:

env:
CARGO_PROFILE_DEV_DEBUG: false

jobs:
test:
name: Run tests on ${{ matrix.os }}
Expand Down

0 comments on commit 0050d85

Please sign in to comment.