Skip to content

Commit

Permalink
Run tests with both 32-bit and 64-bit binaries (#12)
Browse files Browse the repository at this point in the history
* Run tests with both 32-bit and 64-bit binaries

* Remove a comment

* Bump patch version

* Add "contributors" to authors
  • Loading branch information
DilumAluthge authored Jan 17, 2021
1 parent 390b319 commit cd6bf39
Show file tree
Hide file tree
Showing 2 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 @@ -25,7 +25,7 @@ jobs:
- windows-latest
arch:
- x64
# - x86 # TODO: uncomment this line
- x86
exclude:
- os: macOS-latest
arch: x86
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Preferences"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
authors = ["Elliot Saba <[email protected]>"]
version = "1.2.0"
authors = ["Elliot Saba <[email protected]>", "contributors"]
version = "1.2.1"

[deps]
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Expand Down

2 comments on commit cd6bf39

@DilumAluthge
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/28103

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 v1.2.1 -m "<description of version>" cd6bf39b05b70f6f8d4dfd551a1eebeff3c41af1
git push origin v1.2.1

Please sign in to comment.