Skip to content

Commit

Permalink
Merge pull request #21 from hokeun/chanijjani-patch-1
Browse files Browse the repository at this point in the history
Create rust.yml
  • Loading branch information
hokeun authored Jan 3, 2024
2 parents 2dc935c + ce2c393 commit e4e7f90
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit e4e7f90

Please sign in to comment.