Skip to content

Commit

Permalink
use --debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Apr 9, 2024
1 parent b007681 commit fc3d0ee
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 @@ -309,6 +309,7 @@ jobs:
image: ghcr.io/fuellabs/fuel-core:v${{ needs.get-fuel-core-version.outputs.fuel_core_version }}
ports:
- 4000:4000
options: --debug
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand All @@ -327,6 +328,7 @@ jobs:
image: ghcr.io/fuellabs/fuel-core:v${{ needs.get-fuel-core-version.outputs.fuel_core_version }}
ports:
- 4000:4000
options: --debug
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand Down Expand Up @@ -480,6 +482,7 @@ jobs:
with:
crate: fuel-core-bin
version: ${{ needs.get-fuel-core-version.outputs.fuel_core_version }}
options: --debug
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --locked --release -p forc-debug
Expand Down

0 comments on commit fc3d0ee

Please sign in to comment.