Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thedocruby committed Nov 5, 2023
1 parent 317f4b3 commit dcb24db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_n_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build -vv
- name: Run tests
run: cargo test --verbose
run: cargo test -vv
2 changes: 2 additions & 0 deletions .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Install Clippy
run: rustup component add clippy --toolchain nightly-2023-05-27-x86_64-unknown-linux-gnu
- name: Run Clippy
Expand Down

0 comments on commit dcb24db

Please sign in to comment.