Commit 132fab0
authored
🩹 [Patch]: Add macOS and Windows tests (#5)
## Description
This pull request includes changes to the
`.github/workflows/Action-Test.yml` file to enhance the testing strategy
by incorporating a matrix for operating systems.
Improvements to testing strategy:
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4R21-R25):
Added a matrix strategy to test on multiple operating systems
(`ubuntu-latest`, `windows-latest`, `macos-latest`) and updated the
`runs-on` field to use the matrix variable.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 1e3973f commit 132fab0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments