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 26, 2024
1 parent 030c83e commit 0e2f703
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 0e2f703

Please sign in to comment.