Skip to content

Commit

Permalink
Run conformance tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Aug 1, 2024
1 parent 8311382 commit 1cb1574
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
lint-rust:
name: Lint Rust
name: Lint
runs-on: "ubuntu-latest"
steps:
# install dependencies
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: cargo clippy --workspace --all-targets --all-features -- -D warnings

build-rust:
name: Build Plugin
name: Build
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
CARGO_INCREMENTAL: 0

test-rust:
name: Plugin Unit Tests
name: Test
runs-on: "ubuntu-latest"
steps:
- name: Install latest Rust stable toolchain
Expand Down Expand Up @@ -131,3 +131,5 @@ jobs:
env:
CARGO_INCREMENTAL: 0
RUST_LOG: debug
- name: Conformance Tests
run: cargo run -p spin-test-conformance-tests --release

0 comments on commit 1cb1574

Please sign in to comment.