Skip to content

Commit

Permalink
Jive v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 8, 2020
1 parent 241ed47 commit c502b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"'
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["distributed", "test"]
license = "MIT"
desc = "some useful steps in tests"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.2.8"
version = "0.2.9"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down

0 comments on commit c502b38

Please sign in to comment.