From e934c659db17d21c158f6d7a29ef33d78a8d7988 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 13 Mar 2023 11:38:34 +0100 Subject: [PATCH] simplify ci matrix --- .github/workflows/ci.yml | 7 ------- test/runtests.jl | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b8e6d..d2a995e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/test/runtests.jl b/test/runtests.jl index 88954b9..34660f2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,5 @@ +@show get(ENV, "JULIA_PKG_SERVER_REGISTRY_PREFEREN", nothing) +exit() import Literate, JSON import Literate: Chunk, MDChunk, CodeChunk using Test