Skip to content

서버와 클라이언트 테스트를 위한 변경사항 추가 #2

서버와 클라이언트 테스트를 위한 변경사항 추가

서버와 클라이언트 테스트를 위한 변경사항 추가 #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: make server and test client
run: make
- name: run server
run: ./ircserv 6667 1234