Skip to content

Commit 6cf8f95

Browse files
committed
Test pipelines order
1 parent eeafd1a commit 6cf8f95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/aarch64.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: aarch64
22

33
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
4+
workflow_run:
5+
workflows: ["amd64", "coverage"]
6+
types: [completed] #requested
87

98
env:
109
CARGO_TERM_COLOR: always
@@ -32,7 +31,8 @@ jobs:
3231
export PATH=/root/.cargo/bin:$PATH
3332
export CARGO_TERM_COLOR=always
3433
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
35-
RUSTFLAGS="-C link-arg=-fuse-ld=lld" CARGO_BUILD_JOBS=1 cargo build --release --verbose -p libcasr
36-
RUSTFLAGS="-C link-arg=-fuse-ld=lld" CARGO_BUILD_JOBS=1 cargo build --release --verbose -p casr
34+
export CARGO_BUILD_JOBS=1
35+
cargo build --release --verbose -p libcasr
36+
cargo build --release --verbose -p casr
3737
cargo test --release --verbose --lib -- --test-threads 1
3838
cargo test --release --verbose --package casr

0 commit comments

Comments
 (0)