From e09a4d2f310ea4447c37eabf48db2eac0b2940d5 Mon Sep 17 00:00:00 2001 From: James Foster Date: Thu, 30 Jun 2022 17:29:37 -0700 Subject: [PATCH 1/2] Run "TestSomething" on Windows as well as Ubuntu. --- .github/workflows/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 8ff04914..3a40eed3 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -21,7 +21,7 @@ jobs: bundle exec rspec --backtrace "TestSomething": - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 From f50b07bc7ce739662145fc3efff53406ec456445 Mon Sep 17 00:00:00 2001 From: James Foster Date: Thu, 30 Jun 2022 17:50:16 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdbffad..51216f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Properly report compile errors in GitHub Actions. - Fix copy/paste error to allow additional warnings for a platform - Apply "rule of three" to Client copy constructor and copy assignment operator +- Run Windows tests on Windows not Ubuntu ### Security