File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828 lint-rust :
29- name : Lint Rust
29+ name : Lint
3030 runs-on : " ubuntu-latest"
3131 steps :
3232 # install dependencies
6161 run : cargo clippy --workspace --all-targets --all-features -- -D warnings
6262
6363 build-rust :
64- name : Build Plugin
64+ name : Build
6565 runs-on : ${{ matrix.config.os }}
6666 strategy :
6767 matrix :
@@ -100,7 +100,7 @@ jobs:
100100 CARGO_INCREMENTAL : 0
101101
102102 test-rust :
103- name : Plugin Unit Tests
103+ name : Test
104104 runs-on : " ubuntu-latest"
105105 steps :
106106 - name : Install latest Rust stable toolchain
@@ -131,3 +131,5 @@ jobs:
131131 env :
132132 CARGO_INCREMENTAL : 0
133133 RUST_LOG : debug
134+ - name : Conformance Tests
135+ run : cargo run -p spin-test-conformance-tests --release
You can’t perform that action at this time.
0 commit comments