Skip to content

Commit e606ab2

Browse files
authored
Merge pull request #10 from haha-business/iliana/dev
various CI fixes
2 parents 3fbd13e + 63b6549 commit e606ab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ on:
33
push:
44
branches-ignore:
55
- magick
6+
- 'gh-readonly-queue/**'
67
pull_request:
78
merge_group:
89
jobs:
910
test:
1011
runs-on: ubuntu-22.04
1112
steps:
12-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1314
- run: rustup update stable
1415
- run: cargo fmt -- --check
1516
- run: cargo clippy --all-targets -- -D warnings
1617
- run: cargo test
18+
- run: cargo doc

0 commit comments

Comments
 (0)