Skip to content

Commit

Permalink
Run test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Mar 8, 2024
1 parent 2a44a15 commit 24e8501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
branch: ["main", "develop"]
#branch: ["main", "develop"]
version: ["1.8", "1.9", '1']
runs-on: ubuntu-latest

Expand All @@ -24,4 +24,5 @@ jobs:
version: ${{ matrix.version }}
- uses: julia-actions/julia-buildpkg@v1
- name: Test examples
run: julia -e 'include(joinpath("test", "test_examples.jl"))'
run: |
julia --project=. test/test_examples.jl

0 comments on commit 24e8501

Please sign in to comment.