Skip to content

Commit

Permalink
fix simargs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Aug 11, 2024
1 parent 8e2d4d7 commit 225114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simargs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
TEST_BINARY=./zig-out/bin/simargs-demo
valgrind --leak-check=full --tool=memcheck \
--show-leak-kinds=all --error-exitcode=1 ${TEST_BINARY} --output a.out \
hello world
sub1 --a 123 hello world

0 comments on commit 225114d

Please sign in to comment.