Skip to content

Commit fc5a518

Browse files
authored
Merge pull request #116 from fermyon/run-conformance-ci
Run conformance ci
2 parents 4396ca4 + 9e5ffca commit fc5a518

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626

2727
jobs:
2828
lint-rust:
29-
name: Lint Rust
29+
name: Lint
3030
runs-on: "ubuntu-latest"
3131
steps:
3232
# install dependencies
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)