Skip to content

Commit

Permalink
Merge pull request #7 from inferential/small_fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
ai-mindset authored Mar 20, 2024
2 parents ba66004 + ea90be3 commit a99af33
Show file tree
Hide file tree
Showing 12 changed files with 613 additions and 422 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ permissions:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
julia-version: ['1.10', '1', 'nightly']
julia-arch: [x64, x86]
julia-version: ['1.10']
julia-arch: [x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
Expand All @@ -34,3 +35,4 @@ jobs:
- uses: julia-actions/julia-runtest@v1
# with:
# annotate: true

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode
.vscode/

# Files generated by invoking Julia with --code-coverage
*.jl.cov
Expand All @@ -23,4 +23,4 @@ docs/site/
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
#Manifest.toml
Loading

0 comments on commit a99af33

Please sign in to comment.