Skip to content

Commit

Permalink
Fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 20, 2023
1 parent 4d297e1 commit 1c689f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- "**"
- "main"
tags-ignore:
- "v*"
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
# Note: we have to build before test so the build script is executed
- name: Initialize TS bindings
run: cargo make init-bindings
shell: bash
- name: Test Rust package
run: cargo test
shell: bash
Expand Down

0 comments on commit 1c689f7

Please sign in to comment.