Skip to content

Commit 2649a73

Browse files
committed
ci: add Run Tests workflow
1 parent fccc5e3 commit 2649a73

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Run Tests
2+
3+
on:
4+
push:
5+
branches:
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Run tests
14+
run: cargo test -- --nocapture

0 commit comments

Comments
 (0)