We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e61a3 commit a274e0eCopy full SHA for a274e0e
.github/workflows/memcpy_naive_test.yml renamed to .github/workflows/test.yml
@@ -46,4 +46,4 @@ jobs:
46
CC: ${{ matrix.compiler }}
47
run: |
48
echo "🏗️ Run naive memcpy tests... with $CC"
49
- task run-test-suite -- $(task list-tests | grep "test_memcpy_naive")
+ task run-tests-verbose
.github/workflows/types_test.yml
Taskfile.yml
@@ -91,7 +91,7 @@ tasks:
91
run-tests:
92
preconditions:
93
- sh: '{{if eq OS "windows" }} powershell.exe -Command Test-Path build {{else}} test -d build {{end}}'
94
- msg: "Build directory not exist please run build_tests before"
+ msg: "Build directory not exist please run task build-tests before"
95
cmds:
96
- meson test -C build
97
silent: true
0 commit comments