Skip to content

Commit

Permalink
CI: test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jan 7, 2025
1 parent 4da72ef commit c730cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os: [
ubuntu-22.04,
macos-latest,
windows-latest,
]
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +24,7 @@ jobs:
mkdir keys
touch keys/public.pem
- name: Lint
if: runner.os != 'Windows'
run: |
cargo fmt --check
cargo check
Expand Down

0 comments on commit c730cbb

Please sign in to comment.