Skip to content

Commit

Permalink
test: run tests directly after build to see if they pass
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed May 23, 2024
1 parent f26fe4d commit 61c14d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: cargo test --verbose

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61c14d9

Please sign in to comment.