Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 25, 2024
1 parent 8678df7 commit f5973b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
apt-get install -q -y gcc
run: |
make FEATURE="${{ matrix.arch_with_features.feature }} -O0" check
make FEATURE="${{ matrix.arch_with_features.feature }} -O1" check
make FEATURE="${{ matrix.arch_with_features.feature }} -O2" check
make FEATURE="${{ matrix.arch_with_features.feature }}" check
make FEATURE="${{ matrix.arch_with_features.feature }}" check
make FEATURE="${{ matrix.arch_with_features.feature }}" check
host-win-msvc:
runs-on: windows-2022
Expand Down

0 comments on commit f5973b7

Please sign in to comment.