diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 62ac69c..e3f99d2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: [1.1.0, 1.5.0] + julia-version: [1.5.0] julia-arch: [x64] os: [ubuntu-latest] steps: @@ -17,4 +17,7 @@ jobs: version: ${{ matrix.julia-version }} - name: runtests run: | + export TERM='xterm-256color' + echo $(tput setaf 214)256 $(tput setaf 202)colors + julia --color=yes --project=. -e 'using Pkg; pkg"test"' diff --git a/Project.toml b/Project.toml index e5b4fc6..a1e7422 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["distributed", "test"] license = "MIT" desc = "some useful steps in tests" authors = ["WooKyoung Noh "] -version = "0.2.8" +version = "0.2.9" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"