Skip to content

Commit

Permalink
ci: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Sep 10, 2024
1 parent 2de4270 commit d14ae0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_FEATURE_FLAGS: dependencygraph

jobs:
Expand Down Expand Up @@ -44,10 +45,10 @@ jobs:

- name: Run
run: |
./build/NewHttpImpl &
nohup ./build/NewHttpImpl &
sleep 3
./h2spec -p 9956 -j test.xml
pkill NewHttpImpl
# pkill NewHttpImpl

- name: Test report
uses: dorny/test-reporter@v1.9.1
Expand Down

0 comments on commit d14ae0c

Please sign in to comment.