Skip to content

Commit

Permalink
👷 Update CI test to use the new allow-unknown feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Sep 27, 2024
1 parent 6b6651d commit 39e80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-strict.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests strict
name: Tests allow unknown

on:
push:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --features strict --verbose
run: cargo test --features allow-unknown --verbose

0 comments on commit 39e80b5

Please sign in to comment.