Skip to content

Commit e460c55

Browse files
committed
fix test path
1 parent ec955a8 commit e460c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
make clean
3333
make tests/malloc
34-
./tmp/malloc -t 4
34+
./tmp/tests/malloc -t 4

.github/workflows/macos-c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
make clean
3333
make tests/malloc
34-
./tmp/malloc -t 4
34+
./tmp/tests/malloc -t 4

0 commit comments

Comments
 (0)