Skip to content

Commit

Permalink
Rename Windows unit tests Github Action (#10452)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored Jan 7, 2022
1 parent a99faf6 commit 8779f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Windows unit tests"
on: [push]

jobs:
test:
windows-unit-tests:
runs-on: windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
steps:
- name: Set git to use LF # needed so gofmt doesn't think every file needs reformatting
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
inv -e rtloader.make
inv -e rtloader.format --raise-if-changed
inv -e rtloader.install
# FIXME: skipping rtloader tests because they fail
# FIXME: skipping rtloader tests because they fail with a DLL-not-found error
# inv -e rtloader.test
inv -e test --rerun-fails=2 --python-runtimes 3 --coverage --profile --fail-on-fmt --python-home-3=$pythonLocation
codecov -f profile.cov -F windows

0 comments on commit 8779f7f

Please sign in to comment.