Skip to content

Switch to rust 2024 edition (#26) #103

Switch to rust 2024 edition (#26)

Switch to rust 2024 edition (#26) #103

Workflow file for this run

name: Component Graph CI
on:
merge_group:
push:
branches-ignore:
# Ignore pushes to merge queues.
# We only want to test the merge commit (`merge_group` event), the hashes
# in the push were already tested by the PR checks
- 'gh-readonly-queue/**'
- 'dependabot/**'
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Print environment (debug)
run: env
- name: Fetch sources
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run tests
uses: frequenz-floss/[email protected]