Skip to content

Commit

Permalink
re-enable cargo workflows
Browse files Browse the repository at this point in the history
Summary: following on from D67958197 and D67957414 re-enable cargo workflows

Reviewed By: bigfootjon

Differential Revision: D67991204

fbshipit-source-id: 7e16d96aba455b851d20d0a08af9750d2f62ea68
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed Jan 9, 2025
1 parent 46ddeee commit 27b838a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Cargo build and test
on:
# push:
# pull_request:
# workflow_dispatch:
push:
pull_request:
workflow_dispatch:
jobs:
cargo-build-and-test:
name: ${{ matrix.os }}
Expand Down

0 comments on commit 27b838a

Please sign in to comment.