Skip to content

Commit

Permalink
ci feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Sep 1, 2023
1 parent b60f02f commit 6ec212c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: [stylus]
pull_request:

name: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: linux
on:
push:
branches:
- main
- stylus
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mac
on:
push:
branches:
- main
- stylus
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then
else
cargo build --locked
fi
cargo test
cargo test --all-features

0 comments on commit 6ec212c

Please sign in to comment.