Language Migration #21

Merged
kdeng00 merged 47 commits from rust-lg into master 2024-06-15 12:22:18 -04:00
Showing only changes of commit 0f6c4460f0 - Show all commits
+23
View File
@@ -0,0 +1,23 @@
name: Rust
on:
push:
branches: [ "rust-lg" ]
pull_request:
branches: [ "rust-lg" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose