tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
exclude types again
Natalie B.
6 months ago
b108afe4
76afe511
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+1
-1
.github/workflows/ci.yml
···
158
159
- name: Run Clippy
160
run: |
161
-
cargo clippy --all-targets --all-features -- -D warnings
162
163
- name: Run Rust tests
164
run: |
···
158
159
- name: Run Clippy
160
run: |
161
+
cargo clippy --all-targets --all-features --exclude types -- -D warnings
162
163
- name: Run Rust tests
164
run: |