Skip to content

Merge pull request #23 from hokeun/sync_with_the_latest_20231228 #9

Merge pull request #23 from hokeun/sync_with_the_latest_20231228

Merge pull request #23 from hokeun/sync_with_the_latest_20231228 #9

Workflow file for this run

name: Rust RTI Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cd rust/rti; cargo build --verbose