Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dladdr(3c) doesn't exist on Windows #163

Merged
merged 5 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set RUST_BACKTRACE=1 for CI in an env key
  • Loading branch information
bnaecker committed Jan 24, 2024
commit 43e0741fafab28ff6aa82c7474a339b19eec5e42
10 changes: 3 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
RUST_BACKTRACE: 1

jobs:
style-check:
name: Check Rust style
Expand All @@ -32,7 +35,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo test
--release
--verbose
Expand All @@ -52,7 +54,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo test
--release
--verbose
Expand All @@ -75,7 +76,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo test
--release
--verbose
Expand All @@ -99,7 +99,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo +nightly-2024-01-01 test
--release
--verbose
Expand All @@ -121,7 +120,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo +nightly-2024-01-01 test
--release
--verbose
Expand All @@ -146,7 +144,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo +nightly-2022-11-01 test
--release
--verbose
Expand All @@ -168,7 +165,6 @@ jobs:
override: true
profile: minimal
- run: >
RUST_BACKTRACE=1
cargo +nightly-2022-11-01 test
--release
--verbose
Expand Down