Skip to content

Commit

Permalink
ci: build all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Apr 30, 2024
1 parent 2588faa commit 8cc435f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Rust
on:
push:
branches:
- 'master'
- '*'
- '!gh-pages'
pull_request:

Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
shell: bash
if: matrix.mingw_dir
- run: cargo build
- run: cargo build --features nightly
- run: cargo build --all-targets
- run: cargo test
- run: cargo test --no-default-features
Expand Down

0 comments on commit 8cc435f

Please sign in to comment.