Skip to content

Commit

Permalink
Add ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Mar 2, 2024
1 parent 1a1ba32 commit 20f24b9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build-Test-Fmt

on:
[push]

jobs:
build-test-fmt:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- run: rustup show

- uses: Swatinem/rust-cache@v2

- name: Build
run: cargo build

- name: Test
run: cargo test

0 comments on commit 20f24b9

Please sign in to comment.