Skip to content

Commit c51d9cf

Browse files
authored
Merge pull request #3 from EnergySystemsModellingLab/test_on_macos
CI: Enable testing on macOS
2 parents 9172606 + a701d0c commit c51d9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [windows-latest, ubuntu-latest]
21+
os: [windows-latest, macos-latest, ubuntu-latest]
2222
toolchain:
2323
- stable
2424
steps:

0 commit comments

Comments
 (0)