Skip to content

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-spring-boot/client #14

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-spring-boot/client

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-spring-boot/client #14

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --manifest-path hello-websocket-rust/Cargo.toml
- name: Run tests
run: cargo test --manifest-path hello-websocket-rust/Cargo.toml --verbose