summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/testframework.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-07-09Install x86_64-pc-windows-gnu target in Windows Rust CI jobLinus Färnstrand1-0/+3
2025-02-04Change run commands to single lineKalle Lindström1-2/+1
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-6/+0
2025-01-30Append --locked to many more cargo build invocations in CILinus Färnstrand1-3/+3
2025-01-08Add gradle rust pluginJonatan Rhodin1-1/+0
2024-11-26Update Actionstinyboxvk1-4/+4
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-11-14Update github actions workflowsOskar1-1/+1
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-07-16Exclude ci/ directory from triggering heavy Rust CI jobsLinus Färnstrand1-0/+1
2024-07-09Configure which CI jobs should be triggered by osv-scanner.toml changesLinus Färnstrand1-0/+1
2024-04-23Bump setup-protoc action to v3David Lönnhager1-1/+1
2023-12-15Add `testframework.yml`Markus Pettersson1-0/+111
Build the `test-manager` for the host platforms (Linux & macOS) as well as the `test-runner` for all supported platforms (Linux, Windows & macOS).