Skip to content

Commit

Permalink
Add Manifest for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Apr 23, 2024
1 parent 446463b commit 87435bb
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# force it to use this PR's version of the package
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
Pkg.update()
Pkg.test() # resolver may fail with test time deps
Pkg.test(; coverage=true) # resolver may fail with test time deps
catch err
err isa Pkg.Resolve.ResolverError || rethrow()
# If we can't resolve that means this is incompatible by SemVer and this is fine
Expand Down
Loading

0 comments on commit 87435bb

Please sign in to comment.