aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 16:00:33 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 16:00:33 -0500
commit63e93af42100ba4a6e6a29ced73ed33e4c0447f1 (patch)
treee4a28d068eab03918bfb0ae5d3a5eba9724bf118 /.github
parenti dont know how ktrace works 2 (diff)
Ktrace
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 4f5898c1..7e3ac784 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 sudo ktrace trace build/janet test/suite-os.janet
+ run: VERBOSE=1 sudo ktrace build/janet test/suite-os.janet
test-windows:
name: Build and test on Windows