Skip to content

Commit b5c106d

Browse files
committed
Test null.
1 parent cd51886 commit b5c106d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
components: rustfmt
7878

7979
- name: cargo fmt
80-
run: cargo fmt --all --check
80+
run: cargo fmt ${{ fromJson(env.EXCLUDE_PKGS)['Foobar'] }} --all --check
8181

8282
- name: install ripgrep
8383
run: |
@@ -119,7 +119,7 @@ jobs:
119119
save-if: ${{ github.event_name != 'merge_group' }}
120120

121121
- name: cargo clippy
122-
run: cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)[runner.os] }} --locked --optional-deps --each-feature -- -D warnings
122+
run: cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)['Foobar'] }} --locked --optional-deps --each-feature -- -D warnings
123123

124124
- name: cargo clippy (auxiliary)
125125
run: cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)[runner.os] }} --locked --optional-deps --each-feature --tests --benches --examples -- -D warnings

0 commit comments

Comments
 (0)