diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 74f9726f..57f67f4f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - rust: [stable, beta, nightly] + rust: [stable, nightly] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -54,4 +54,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info - \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file