File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : Build and test
1+ name : Rust library & CLI
22
33on :
44 push :
3434 run : cargo check --examples
3535 - name : Check workspace (including pySplashsurf)
3636 run : cargo check --workspace --all-targets
37- - name : Build
38- run : cargo build (excluding pySplashsurf)
37+ - name : Build (excluding pySplashsurf)
38+ run : cargo build
3939 - name : Run tests
4040 run : cargo test
4141 - name : Build (release)
@@ -50,13 +50,13 @@ jobs:
5050 lfs : true
5151 - name : Build
5252 run : |
53- cargo build --manifest-path="splashsurf_lib/Cargo.toml" --all-targets --all-features --verbose
53+ cargo build --manifest-path="splashsurf_lib/Cargo.toml" --all-targets --all-features
5454 - name : Run tests
5555 run : |
56- cargo test --manifest-path="splashsurf_lib/Cargo.toml" --all-features --verbose
56+ cargo test --manifest-path="splashsurf_lib/Cargo.toml" --all-features
5757 - name : Run tests release mode
5858 run : |
59- cargo test --manifest-path="splashsurf_lib/Cargo.toml" --release --all-features --verbose
59+ cargo test --manifest-path="splashsurf_lib/Cargo.toml" --release --all-features
6060
6161 build_lib_no_default_features :
6262 name : Build splashsurf_lib with no default features
@@ -67,10 +67,10 @@ jobs:
6767 lfs : true
6868 - name : Build
6969 run : |
70- cargo build --manifest-path="splashsurf_lib/Cargo.toml" --all-targets --no-default-features --verbose
70+ cargo build --manifest-path="splashsurf_lib/Cargo.toml" --all-targets --no-default-features
7171 - name : Run tests
7272 run : |
73- cargo test --manifest-path="splashsurf_lib/Cargo.toml" --no-default-features --verbose
73+ cargo test --manifest-path="splashsurf_lib/Cargo.toml" --no-default-features
7474
7575 publish :
7676 name : Publish to crates.io
Original file line number Diff line number Diff line change 33#
44# maturin generate-ci github
55#
6- name : pySplashsurf CI
6+ name : Python bindings
77
88on :
99 push :
You can’t perform that action at this time.
0 commit comments