Skip to content

Commit

Permalink
fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Mar 15, 2024
1 parent 5140bc6 commit 69d712e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
- name: Run linter FOSS
run: cargo clippy
- name: Run linter commercial
env:
WORTERBUCH_LICENSE_SECRET: ${{ secrets.WORTERBUCH_LICENSE_SECRET }}
run: cargo clippy --features=commercial
- name: Run tests FOSS
run: cargo test
- name: Run tests commercial
env:
WORTERBUCH_LICENSE_SECRET: ${{ secrets.WORTERBUCH_TEST_LICENSE_SECRET }}
WORTERBUCH_LICENSE_FILE: ./test/license
run: cargo test --features=commercial

release:
Expand Down

0 comments on commit 69d712e

Please sign in to comment.