Skip to content

Commit

Permalink
[bug] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Izumiya committed Sep 8, 2023
1 parent a218061 commit 39b0f13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- run: nimble -y install -d
if: runner.os == 'Linux'
- run: nimble -y install -d "-p:-d:avx2=false"
if: runner.os == 'Windows'
- run: nimble -y install -d -p:-d:avx2=false -p:-d:bmi2=false
if: runner.os == 'macOS'

- run: nim c -r ./tests/makeTest.nim
if: runner.os == 'Linux'
Expand Down

0 comments on commit 39b0f13

Please sign in to comment.