Skip to content

Commit a274e0e

Browse files
committed
👷 Just removed the splited container action
So now we have just one test container
1 parent b0e61a3 commit a274e0e

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

.github/workflows/memcpy_naive_test.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
CC: ${{ matrix.compiler }}
4747
run: |
4848
echo "🏗️ Run naive memcpy tests... with $CC"
49-
task run-test-suite -- $(task list-tests | grep "test_memcpy_naive")
49+
task run-tests-verbose

.github/workflows/types_test.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tasks:
9191
run-tests:
9292
preconditions:
9393
- 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"
94+
msg: "Build directory not exist please run task build-tests before"
9595
cmds:
9696
- meson test -C build
9797
silent: true

0 commit comments

Comments
 (0)