Skip to content

Commit

Permalink
chore(tests): fix running tests using valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Apr 24, 2024
1 parent 4f015b5 commit a64c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v3
- name: Build and Test
run: |
sudo chmod -R 777 /usr/local && ./configure && make && make install && make test && export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH && export MLN_TEST_RUNNER=valgrind && make run
sudo chmod -R 777 /usr/local && export MLN_TEST_RUNNER=valgrind && ./configure && make && make install && make test && export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH && make run

0 comments on commit a64c646

Please sign in to comment.