Skip to content

Commit 82999c2

Browse files
committed
run fast tests on linux-CI as well (#960)
That way we can see if these archives work like they should if there is a case-sensitivity mismatch. If not, there should be a way to fix this, and CI should protect from regression.
1 parent e145a74 commit 82999c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
os:
6161
- windows-latest
6262
- macos-latest
63+
- ubuntu-latest
6364
runs-on: ${{ matrix.os }}
6465
steps:
6566
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)