Skip to content

Commit

Permalink
run directly
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Feb 24, 2024
1 parent 1a42738 commit d6bc1d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Add NtTrace to PATH
run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\NtTrace"

- name: Test Win32 Sample
working-directory: ./win32-samples-rc-tests/Windows-classic-samples/Samples/Win7Samples/dataaccess/oledb_conformance/oledb/datalite
run: rc.exe /fo "datalite.expected.res" /I "..\..\include" "datalite.rc" 2>&1

- name: Test Win32 Samples
working-directory: ./win32-samples-rc-tests
run: .\test.ps1 -ExcludeLLVMRC -ExcludeWindres -ExitOnRCFailure
Expand Down

0 comments on commit d6bc1d4

Please sign in to comment.