Skip to content

Commit

Permalink
fix CI plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Benarbia committed Dec 28, 2023
1 parent 4484b4d commit 33f3344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Example
run: cargo build --example google_search_example
run: cargo build --example google_search
env:
API_KEY: ${{secrets.API_KEY}}
- name: Run tests
Expand Down

0 comments on commit 33f3344

Please sign in to comment.