diff options
| author | 2023-10-08 16:25:55 -0500 | |
|---|---|---|
| committer | 2023-10-08 16:25:55 -0500 | |
| commit | 2a3b101bd8df2a089c5d3e74cad47f6c9a9e3887 (patch) | |
| tree | a5946447d1f009b26a6a56b93cc4c44cdd10f995 /.github | |
| parent | Ktrace (diff) | |
ktrace trace -c
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e3ac784..4d18b786 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 build/janet test/suite-os.janet + run: VERBOSE=1 sudo ktrace trace -c build/janet test/suite-os.janet test-windows: name: Build and test on Windows |
