Skip to content

Commit

Permalink
forgot how to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Van Halderen committed Oct 24, 2023
1 parent d892353 commit 0fa5624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run tests
run: ctest --output-on-failure --test-dir ${{github.workspace}}/build
run: cc tests/list_tests.c src/utils/mlx_utils.c && ./a.out
cc tests/list_tests.c src/utils/mlx_utils.c && ./a.out
# Unix
#=============================================================================#

Expand Down

0 comments on commit 0fa5624

Please sign in to comment.