Skip to content

Commit

Permalink
Add run test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasy-peak committed May 10, 2024
1 parent 96f31c1 commit 7afb4c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-gcc13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Installation
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev p7zip gobjc g++-13 wget sudo
sudo apt-get install -y valgrind libgl1-mesa-dev libglu1-mesa-dev p7zip gobjc g++-13 wget sudo
- uses: xmake-io/github-action-setup-xmake@v1
with:
Expand All @@ -41,3 +41,5 @@ jobs:
./bin/frpc -f ./config/config.yaml -t ./template/cpp -o ./out -w ./template/web --auto_sort=1 --debug=0
xmake build -y --file=./test_xmake.lua
xmake install -o . --file=./test_xmake.lua
valgrind --log-file=a.txt --tool=memcheck --leak-check=full -s --track-origins=yes ./bin/coro_bi
cat a.txt

0 comments on commit 7afb4c5

Please sign in to comment.