Skip to content

Commit

Permalink
More tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Sep 24, 2024
1 parent e7b1a08 commit dabda42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
components: rustfmt, clippy
- name: Download Testing Data
run: curl https://raw.githubusercontent.com/vzhou842/profanity-check/master/profanity_check/data/clean_data.csv --output test.csv
- name: Test (context)
run: cargo test --release --features context
- name: Test (context, pii, serde)
run: cargo test --release --features context,pii,serde
- name: Test (context, width)
run: cargo test --release --features context, width
run: cargo test --release --features context,width
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Install Trunk
Expand Down

0 comments on commit dabda42

Please sign in to comment.