Skip to content

Commit 3f60a84

Browse files
committed
limit no of jobs
1 parent 310ff73 commit 3f60a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-job.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,6 @@ jobs:
132132
CARGO_INCREMENTAL: 0
133133
GH_ACTIONS: 1
134134
RUST_BACKTRACE: full
135-
RUSTFLAGS: -D warnings -C debuginfo=0
135+
RUSTFLAGS: -D warnings
136136
CARGO_PROFILE_RELEASE_DEBUG: false
137+
CARGO_BUILD_JOBS: 1

0 commit comments

Comments
 (0)