Skip to content

Commit

Permalink
Merge pull request #10 from haha-business/iliana/dev
Browse files Browse the repository at this point in the history
various CI fixes
  • Loading branch information
iliana authored Apr 2, 2024
2 parents 3fbd13e + 63b6549 commit e606ab2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ on:
push:
branches-ignore:
- magick
- 'gh-readonly-queue/**'
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: rustup update stable
- run: cargo fmt -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test
- run: cargo doc

0 comments on commit e606ab2

Please sign in to comment.