Skip to content

Commit

Permalink
chore(su): remove rust tests from yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Oct 14, 2024
1 parent 9abc184 commit 8a7a671
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/su.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ defaults:

jobs:

test:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
# test:
# runs-on: ubuntu-latest
# steps:
# - name: ⬇️ Checkout repo
# uses: actions/checkout@v4

- name: ⎔ Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
# - name: ⎔ Setup Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.75.0

- name: Run Tests
working-directory: servers/su
run: cargo test
# - name: Run Tests
# working-directory: servers/su
# run: cargo test


publish:
Expand Down

0 comments on commit 8a7a671

Please sign in to comment.