Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo committed Mar 31, 2024
1 parent 79f014c commit 9551334
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
run: cmake --build ./build --config Release
- name: Install
run: cmake --install ./build --config Release
- name: Tests-open
run: ./artifacts/bin/MinimalSocket-tests "[open]"
- name: Tests-robustness
run: ./artifacts/bin/MinimalSocket-tests "[robustness]"
- name: Tests
run: ./artifacts/bin/MinimalSocket-tests "[udp]"
- uses: actions/upload-artifact@v2
with:
path: artifacts
Expand Down

0 comments on commit 9551334

Please sign in to comment.