Skip to content

Commit e88a1a8

Browse files
committed
fix actions
1 parent afa3efa commit e88a1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
- name: Run cargo test
5252
uses: actions-rs/cargo@v1
5353
with:
54-
command: test --test geoip
54+
command: test
55+
args: --test geoip
5556

5657
lints:
5758
name: Lints

0 commit comments

Comments
 (0)