summaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci(test): remove `--ignore` flagpml682025-09-021-1/+1
|
* chore: remove clang & mold build config from `.cargo/config.toml`pml682025-07-013-2/+5
|
* fix: relative project path written to config, bump MSRV to 1.88.0pml682025-07-011-1/+1
|
* ci: rename `all` jobs -> `lint` & `test` [skip ci]pml682025-06-272-2/+2
|
* ci: disable fail-fast in `build` workflowpml682025-06-201-0/+1
|
* ci: separate `Lint` and `Test` workflowspml682025-06-163-6/+30
|
* ci: test build on MSRV, build with `release` profilepml682025-06-161-2/+2
|
* ci: remove `libgtk-3-dev` dependencypml682025-04-282-2/+2
|
* ci: change cache keyspml682025-03-232-2/+2
|
* fix(ci): CI profile related stuffpml682025-03-232-2/+2
|
* ci: add caching, use mold for linkingpml682025-03-232-5/+23
|
* ci: add step for running testspml682025-02-271-2/+4
|
* feat: update to Rust 2024pml682025-02-211-3/+3
|
* fix(ci): `"` -> `'`pml682025-01-141-1/+1
|
* ci: only upload artifact for `stable` buildpml682025-01-141-0/+1
|
* ci: add build and lint workflowspml682025-01-132-0/+46