Skip to content

Commit dfa006b

Browse files
committed
Run all tests in tests.yml
1 parent 47cdbef commit dfa006b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: ["*"]
55
paths:
6+
- macros/**
67
- src/**
78
- tests/**
89
- Cargo.toml
@@ -18,4 +19,4 @@ jobs:
1819
uses: actions/checkout@v4
1920

2021
- name: Run tests
21-
run: cargo test --lib
22+
run: cargo test

0 commit comments

Comments
 (0)