Skip to content

[NEW] Upgrade Project #32

[NEW] Upgrade Project

[NEW] Upgrade Project #32

Workflow file for this run

name: Rust Load Balancer CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
# - name: Run tests
# uses: actions-rs/cargo@v1
# with:
# command: test