Skip to content

Commit

Permalink
fixed blank.yml 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kaverhovsky committed Nov 12, 2020
1 parent ebfa8db commit 24227bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
cd client/build
valgrind --leak-check=full ./test/request_tests
- name: test client
run: |
cd client/build
valgrind --leak-check=full ./test/client_tests
#- name: test client
# run: |
# cd client/build
# valgrind --leak-check=full ./test/client_tests

- name: test application
run: |
Expand Down

0 comments on commit 24227bb

Please sign in to comment.