Skip to content

Commit

Permalink
Update CI configuration for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Mar 14, 2024
1 parent 82ce1b7 commit 2a726a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest]
rust: [stable]
features: ["", "--features 'chains sm-raw-window-handle'"]
features: ["", "--features 'chains sm-raw-window-handle-06'", "--features 'chains sm-raw-window-handle-05'"]
target: ["default"]
include:
# rust stable
Expand Down

0 comments on commit 2a726a3

Please sign in to comment.