Revert "Create rust.yml"

This reverts commit f0d19a13e5.
Need to configure git in CI.
This commit is contained in:
qwjyh 2024-03-14 09:03:12 +09:00
parent f0d19a13e5
commit d947dd35e0

View file

@ -1,22 +0,0 @@
name: Rust
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: cargo build --verbose
- name: Run tests
run: cargo test --verbose