Skip to content

Commit

Permalink
Corrected build.yml to use found-test, not lost-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Feb 25, 2025
1 parent bd8c588 commit 1713b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test (Twice)
run: (make test || make test)
- name: Memory Check
run: (valgrind ./build/bin/lost-test) || (valgrind ./build/bin/lost-test)
run: (valgrind ./build/bin/found-test) || (valgrind ./build/bin/found-test)

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1713b32

Please sign in to comment.