File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,6 @@ jobs:
156
156
- run : cargo build -p rune --no-default-features --features alloc
157
157
- run : cargo test --all-targets
158
158
- run : cargo test --doc
159
- - run : cargo run --bin rune -- check --recursive --experimental scripts
160
- - run : cargo run --bin rune -- test --recursive --experimental scripts --opt include-std
161
- - run : cargo run --bin rune -- test
159
+ - run : cargo run --bin rune -- check --recursive --experimental --path scripts
160
+ - run : cargo run --bin rune -- test --recursive --experimental --path scripts
161
+ - run : cargo run --bin rune -- test --opt include-std
Original file line number Diff line number Diff line change 18
18
- release
19
19
20
20
env :
21
- KICK_VERSION : " ${{github.event.inputs.version }} || nightly"
21
+ KICK_VERSION : " ${{github.event.inputs.channel }} || nightly"
22
22
RUST_LOG : kick=trace
23
23
24
24
jobs :
@@ -30,11 +30,10 @@ jobs:
30
30
- uses : Swatinem/rust-cache@v2
31
31
- run : cargo test --all-targets
32
32
- run : cargo test --doc
33
- - run : cargo run --bin rune -- check --recursive --experimental scripts
34
- - run : cargo run --bin rune -- test --recursive --experimental scripts
33
+ - run : cargo run --bin rune -- check --recursive --experimental --path scripts
34
+ - run : cargo run --bin rune -- test --recursive --experimental --path scripts
35
35
36
36
build :
37
- needs : test
38
37
runs-on : ${{matrix.os}}
39
38
strategy :
40
39
matrix :
54
53
path : dist
55
54
56
55
publish :
57
- needs : build
56
+ needs : [test, build]
58
57
runs-on : ubuntu-latest
59
58
steps :
60
59
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments