Skip to content

Commit cfeab99

Browse files
authored
Update ci.yml
1 parent 59003d7 commit cfeab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd data-structures/${{ matrix.project }}
3535
# Run the build script for the project
3636
./build.sh
37-
./bin/test_${{ matrix.project }}
37+
./bin/test_${{ matrix.project | toLower }}
3838
3939
# Step 4: Upload coverage to Codecov
4040
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)