Skip to content

Commit

Permalink
Merge pull request #36 from Kuadrant/e2e-tests
Browse files Browse the repository at this point in the history
e2e tests
  • Loading branch information
alexsnaps authored Jun 19, 2023
2 parents 0e931d8 + 8441787 commit 58f807e
Show file tree
Hide file tree
Showing 7 changed files with 2,236 additions and 186 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,17 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --target wasm32-unknown-unknown
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 58f807e

Please sign in to comment.