Browse Source

simplify ci matrix

pull/211/head
Fredrik Ekre 3 years ago
parent
commit
e934c659db
  1. 7
      .github/workflows/ci.yml
  2. 2
      test/runtests.jl

7
.github/workflows/ci.yml

@ -15,16 +15,9 @@ jobs: @@ -15,16 +15,9 @@ jobs:
strategy:
matrix:
version:
- '1.0'
- '1'
- 'nightly'
os:
- ubuntu-latest
include:
- os: windows-latest
version: '1'
- os: macOS-latest
version: '1'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1

2
test/runtests.jl

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
@show get(ENV, "JULIA_PKG_SERVER_REGISTRY_PREFEREN", nothing)
exit()
import Literate, JSON
import Literate: Chunk, MDChunk, CodeChunk
using Test

Loading…
Cancel
Save