aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-13 14:47:00 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-13 14:47:00 -0500
commit17ce7c5ee47b4febde65d571993d4c963d85fcc1 (patch)
tree789075caebcd656fd8ec96fad818e861114abd67 /.github
parent9424e382ece5181f00f70f79219e3248a468eeaa (diff)
downloadlite-xl-plugin-manager-17ce7c5ee47b4febde65d571993d4c963d85fcc1.tar.gz
lite-xl-plugin-manager-17ce7c5ee47b4febde65d571993d4c963d85fcc1.zip
Updated it so that lpm can run tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9dd10c6..84f627e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
cp lpm lpm.x86_64-linux
- name: Run Tests
run: |
- ./lpm && gcc -O3 -Ilib/lua lib/lua/onelua.c -DMAKE_LUA -DLUA_USE_LINUX -lm -ldl -o lua && ./lua t/run.lua
+ ./lpm test t/run.lua
# - name: Package Debian/Ubuntu
# env: { ARCH: "amd64", DESCRIPTION: "A plugin manager for the lite-xl text editor.", MAINTAINER: "Adam Harrison <adamdharrison@gmail.com>" }
# run: |