Skip to content

Commit

Permalink
Try build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Feb 26, 2023
1 parent 593ecf7 commit e36fb21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -7,7 +7,10 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
CARGO_NET_GIT_FETCH_WITH_CLI: 'true'
strategy:
fail-fast: false
matrix:
rust: [
1.31.0, # MSRV
Expand All @@ -16,8 +19,8 @@ jobs:
1.37.0, # has_reverse_bits
1.38.0, # has_div_euclid
1.44.0, # has_to_int_unchecked
1.45.0, # more reasons
1.46.0, # has_leading_trailing_ones
# 1.45.0, # more reasons
# 1.46.0, # has_leading_trailing_ones
stable,
beta,
nightly,
Expand Down

0 comments on commit e36fb21

Please sign in to comment.