Skip to content

Commit 72b9b1e

Browse files
authored
Update and rename test.yml to ci.yml
1 parent 303eae7 commit 72b9b1e

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
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+
on: [push, pull_request]
2+
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- run: cargo build
9+
- run: cargo test
10+
- run: cargo clippy --workspace --no-deps -- -D warnings
11+
- run: cargo fmt -- --check

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)