Skip to content

Commit

Permalink
chore: remove flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Nov 7, 2023
1 parent fe71634 commit 48d609b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
rust: ["stable", "beta", "nightly", "1.65"]
rust: ["stable", "beta", "nightly", "1.66"] # MSRV
exclude:
- rust: "1.66" # MSRV
flag: "--all-features"
concurrency: etherscan-tests-${{ github.head_ref || github.run_id }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 48d609b

Please sign in to comment.