Skip to content

Commit

Permalink
ios: enable full backtrace and nocapture in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 4, 2024
1 parent fbbf541 commit a387ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUST_BACKTRACE: full
RUST_LOG: webbrowser=TRACE
IOS_TARGET: aarch64-apple-ios-sim

Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
echo "==== using device $IOSDEV, $IOSRUNTIME ===="
xcrun simctl boot $DEVID
sleep 5
sleep 10
xcrun simctl list 2>&1
# Run tests
- name: Run tests
run: cargo +${{ matrix.rust }} test --verbose --test test_ios -- --include-ignored
run: cargo +${{ matrix.rust }} test --verbose --test test_ios -- --include-ignored --nocapture

# Code format, linting etc.
- name: Check Code Formatting
Expand Down

0 comments on commit a387ef0

Please sign in to comment.