Skip to content

코드 변경 내용: types.hpp에서 PING 및 PONG 명령 제거, main.cpp에서 로그 레벨 수정, defines… #67

코드 변경 내용: types.hpp에서 PING 및 PONG 명령 제거, main.cpp에서 로그 레벨 수정, defines…

코드 변경 내용: types.hpp에서 PING 및 PONG 명령 제거, main.cpp에서 로그 레벨 수정, defines… #67

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
test-server:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up server environment and Run server tests
run: |
bash test.sh