Skip to content

Commit

Permalink
Run tests only on 64bit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Jun 17, 2020
1 parent 86fdeab commit 0f5b57d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ForwardDiff_Tracker.yml
Expand Up @@ -20,11 +20,7 @@ jobs:
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ReverseDiff.yml
Expand Up @@ -20,11 +20,7 @@ jobs:
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/Zygote.yml
Expand Up @@ -19,11 +19,7 @@ jobs:
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 0f5b57d

Please sign in to comment.