Skip to content

Commit

Permalink
gh_actions: add step for benchmark_udp
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Mar 11, 2022
1 parent 22f17ab commit 341aeec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tools-buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
uses: aabadie/riot-action@v1
with:
cmd: make -C dist/tools/uhcpd
- name: Build UDP Benchmark
uses: aabadie/riot-action@v1
with:
cmd: make -C dist/tools/benchmark_udp
- name: Build stm32 clk_conf
uses: aabadie/riot-action@v1
with:
Expand Down

0 comments on commit 341aeec

Please sign in to comment.