summaryrefslogtreecommitdiff
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18ci: stop testing both memory and filesystemGravatar Vincent Rischmann1-17/+0
We don't do much when choosing in memory or not, sqlite does all the work of managing the data, so there's not much point for us testing both modes. This will also have the benefit of reducing the time needed to run the CI, especially for aarch64 which is super slow.
2021-08-18ci: enable macOSGravatar Vincent Rischmann1-2/+2
2021-08-11actions- add `fail-fast: false` to matrix stepsGravatar Meghan Denny1-0/+2
2021-07-18Revert "ci: use vrischmann/checkout@disable-autocrlf"Gravatar Vincent Rischmann1-6/+2
This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94.
2021-07-12ci: use vrischmann/checkout@disable-autocrlfGravatar Vincent Rischmann1-2/+6
2021-06-06ci: add steps for WindowsGravatar Vincent Rischmann1-2/+2
2021-05-30ci: run the actions every dayGravatar Vincent Rischmann1-0/+2
2021-03-23ci: remove extraneous jobsGravatar Vincent Rischmann1-6/+0
2021-03-13ci: use two different jobs for in-memory/filesystem testsGravatar Vincent Rischmann1-5/+21
2021-03-13ci: also trigger the github workflow if C files are modifiedGravatar Vincent Rischmann1-0/+4
2021-02-27ci: add a lint GitHub stepGravatar Vincent Rischmann1-0/+9
2021-01-24ci: test both in-memory and filesystemGravatar Vincent Rischmann1-2/+2
2020-12-28ci: rename is_ci to in_memoryGravatar Vincent Rischmann1-1/+4
also test both modes
2020-12-22only Linux is supportedGravatar Vincent Rischmann1-1/+1
2020-12-22add the github workflowGravatar Vincent Rischmann1-0/+30