Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 4, 2021
1 parent 0587993 commit d9674f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.52.1]
rust: [1.54.0]
TARGET:
- x86_64-unknown-linux-gnu

Expand Down Expand Up @@ -142,6 +142,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.18.0' # version 0.18.1 misses lots of code
args: '--out Lcov -- --test-threads 1'

- name: upload to Coveralls
Expand Down

0 comments on commit d9674f8

Please sign in to comment.