Skip to content

Commit

Permalink
chore(tests): fix the failure caused by the lack of configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Apr 24, 2024
1 parent be0355b commit 777a4b7
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: |
./configure && make && make test && export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH && export MLN_TEST_RUNNER=valgrind && make run
sudo chmod 777 /usr/local && ./configure && make && make install && make test && export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH && export MLN_TEST_RUNNER=valgrind && make run

0 comments on commit 777a4b7

Please sign in to comment.