Skip to content

Commit b036d08

Browse files
committed
[CI] - build cargo CI
1 parent 86fd947 commit b036d08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "CI: Tests"
2+
on: [push, pull_request]
3+
4+
jobs:
5+
build:
6+
name: cargo build
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: actions-rust-lang/setup-rust-toolchain@v1
11+
- run: cargo build

0 commit comments

Comments
 (0)