Skip to content

Commit

Permalink
Add mod_builtin to special features so we can run the tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Mar 26, 2024
1 parent edfd0fd commit 434d53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
strategy:
fail-fast: false
matrix:
special_features: ["", "extensive_hints"]
special_features: ["", "extensive_hints", "mod_builtin"]
target: [ test#1, test#2, test#3, test#4, test-no_std#1, test-no_std#2, test-no_std#3, test-no_std#4, test-wasm ]
name: Run tests
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 434d53a

Please sign in to comment.