Skip to content

Commit

Permalink
wip: rustflag to all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 25, 2024
1 parent a592188 commit 572c74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xtask = "run --package xtask --"
x = "run --package xtask --"

[target.x86_64-unknown-linux-gnu]
[build]
rustflags = [
# for use with tokio-rs/console
"--cfg",
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v4

test-pre-commit:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -47,6 +48,7 @@ jobs:
SKIP: ghjk-resolve

test-e2e:
timeout-minutes: 60
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false
Expand Down

0 comments on commit 572c74b

Please sign in to comment.