Skip to content

Commit

Permalink
Update test Project
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Apr 6, 2023
1 parent 5c36145 commit bb61759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Test
using QUBODrivers
using QUBOTools
using QUBODrivers: QUBOTools

include("drivers/exact_sampler.jl")
include("drivers/identity_sampler.jl")
Expand Down

2 comments on commit bb61759

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81160

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" bb617591212e74d599bdf48416bd472dfba08aac
git push origin v0.1.0

Please sign in to comment.