Skip to content

Commit

Permalink
chore: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 4, 2024
1 parent 566876c commit 38b0774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
run: |
rustc --version
cargo --version
make test
make bench
make release
2 changes: 1 addition & 1 deletion src/proxy/location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ mod tests {
"",
&LocationConf {
upstream: upstream_name.to_string(),
host: Some("pingap".to_string()),
host: Some("test.com,pingap".to_string()),
..Default::default()
},
vec![upstream.clone()],
Expand Down

0 comments on commit 38b0774

Please sign in to comment.