aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 15:53:44 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 15:53:44 -0500
commita9a013473f9cb54c235a2fa5beb6dce1a58f238c (patch)
treea373b0e389669a3dadcf944fcc3511b495b7e46e /.github
parentQuick experiment on macos (diff)
i dont know how ktrace works
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1df6968b..57da6322 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
- name: Compile the project
run: make clean && make
- name: Test the project
- run: VERBOSE=1 ktrace build/janet test/suite-os.janet
+ run: VERBOSE=1 ktrace trace build/janet test/suite-os.janet
test-windows:
name: Build and test on Windows