Skip to content

Commit

Permalink
Fix running test
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 14, 2025
1 parent b0216d4 commit 623ed81
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\aixlog_example.exe
run: build\${{ matrix.build_type }}\aixlog_example.exe

0 comments on commit 623ed81

Please sign in to comment.