Skip to content

Commit

Permalink
refactor(ci): more x86 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 9, 2024
1 parent 869246b commit f6eee3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Compile
run: |
cmake -B build -Dlime_tests=ON
cmake -B build -Dlime_tests=ON
cmake --build build --config Debug
- name: Run Tests
Expand Down Expand Up @@ -57,14 +57,15 @@ jobs:
fail-fast: false
matrix:
language: ["cpp"]
arch: ["Win32", "x64"]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Compile
run: |
cmake -B build -Dlime_tests=ON -T ClangCL -A x64
cmake -B build -Dlime_tests=ON -T ClangCL -A ${{ matrix.arch }}
cmake --build build --config Debug
- name: Run Tests
Expand Down

0 comments on commit f6eee3b

Please sign in to comment.