Skip to content

Commit

Permalink
fix(ci): test only on latest Noir
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmisar committed Feb 21, 2025
1 parent a386007 commit ebf72f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [0.39.0, 1.0.0-beta.0, 1.0.0-beta.1, 1.0.0-beta.2]
toolchain: [1.0.0-beta.3]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: 1.0.0-beta.2
toolchain: 1.0.0-beta.3

- name: Run formatter
run: nargo fmt --check

0 comments on commit ebf72f8

Please sign in to comment.