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:
156156 - run : cargo build -p rune --no-default-features --features alloc
157157 - run : cargo test --all-targets
158158 - 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 1818 - release
1919
2020env :
21- KICK_VERSION : " ${{github.event.inputs.version }} || nightly"
21+ KICK_VERSION : " ${{github.event.inputs.channel }} || nightly"
2222 RUST_LOG : kick=trace
2323
2424jobs :
@@ -30,11 +30,10 @@ jobs:
3030 - uses : Swatinem/rust-cache@v2
3131 - run : cargo test --all-targets
3232 - 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
3535
3636 build :
37- needs : test
3837 runs-on : ${{matrix.os}}
3938 strategy :
4039 matrix :
5453 path : dist
5554
5655 publish :
57- needs : build
56+ needs : [test, build]
5857 runs-on : ubuntu-latest
5958 steps :
6059 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments