Skip to content

Commit

Permalink
Fix test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 14, 2025
1 parent 623ed81 commit 4bbe1a9
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 @@ -200,4 +200,4 @@ jobs:
- name: build
run: cmake --build build --parallel 3
- name: test
run: build\${{ matrix.build_type }}\aixlog_example.exe
run: build\Debug\aixlog_example.exe

0 comments on commit 4bbe1a9

Please sign in to comment.