Skip to content

Commit 2b632ea

Browse files
authored
Merge pull request #4 from devark28/ft/cicd
ci: add GitHub actions workflow for PR testing
2 parents 06c6cfa + c807dc8 commit 2b632ea

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test
2+
3+
on:
4+
pull_request:
5+
branches: [master]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions-rs/toolchain@v1
13+
with:
14+
toolchain: stable
15+
- run: cargo test

.idea/envmn.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)