Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord authored Mar 17, 2022
1 parent 399d748 commit c7000b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Test
run: go test -timeout 300s -v ./...
env:
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}

- name: Build Examples
run: cd examples && ./build_examples.sh || exit 1
Expand Down

0 comments on commit c7000b8

Please sign in to comment.