Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Apr 11, 2021
1 parent 0468be9 commit 12958b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "^1.6.0-0"
- "1.6"
- "nightly"
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: "^1.6.0-0"
version: "1.6"
- name: Cache artifacts
uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const auth = GitHub.AnonymousAuth()
@test cuba.drone
@test !polyroots.docs # Documentation is in the README!
# We can also use broadcasting!
@test Set(results) == Set(analyze.(packages))
@test Set(results) == Set(analyze.(packages; auth))

# Test `analyze!` directly
mktempdir() do root
Expand Down

0 comments on commit 12958b2

Please sign in to comment.