Skip to content

Commit

Permalink
fix: workflow repo
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Jan 30, 2024
1 parent 42a6e53 commit 0808b98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ on:
- main

jobs:
test:
ci:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Rust
uses: actions/setup-rust@v2
with:
toolchain: stable
uses: moonrepo/setup-rust@v1

- name: Build and Test
run: |
Expand Down

0 comments on commit 0808b98

Please sign in to comment.