Skip to content

Commit

Permalink
use xmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 8, 2023
1 parent 0cd15f8 commit 3baf9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
xmake b -vD
- name: Tests
run: LD_LIBRARY_PATH="/opt/llvm-git/usr/lib" xmake run core-tests --verbose
run: LD_LIBRARY_PATH="/opt/llvm-git/usr/lib" xmake test

- name: Installation
run: xmake install -vD --installdir="${{ runner.workspace }}/output"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
xmake b -vD
- name: Tests
run: DYLD_LIBRARY_PATH="$PWD/llvm/lib" xmake run core-tests --verbose
run: DYLD_LIBRARY_PATH="$PWD/llvm/lib" xmake run test

- name: Installation
run: xmake install -vD --installdir="${{ runner.workspace }}/output"
Expand Down

0 comments on commit 3baf9bb

Please sign in to comment.