Skip to content

Commit 2a68c83

Browse files
authored
Run "TestSomething" on Windows as well as Ubuntu (#326)
* Run "TestSomething" on Windows as well as Ubuntu. * Update CHANGELOG.md
1 parent 21b63e6 commit 2a68c83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
bundle exec rspec --backtrace
2222
2323
"TestSomething":
24-
runs-on: ubuntu-latest
24+
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: ruby/setup-ruby@v1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3131
- Properly report compile errors in GitHub Actions.
3232
- Fix copy/paste error to allow additional warnings for a platform
3333
- Apply "rule of three" to Client copy constructor and copy assignment operator
34+
- Run Windows tests on Windows not Ubuntu
3435

3536
### Security
3637

0 commit comments

Comments
 (0)