Skip to content

Commit

Permalink
Merge pull request #3 from bestarch-ae/ci-add-tests
Browse files Browse the repository at this point in the history
chore(ci): enable tests
  • Loading branch information
karpov-ba authored Jan 30, 2024
2 parents c4e12f5 + 7c2179e commit 360a02f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
check:
name: Check
runs-on: neon-proxy
env:
NEON_REVISION: dev
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand All @@ -17,20 +19,22 @@ jobs:
with:
command: check

# test:
# name: Test Suite
# runs-on: neon-proxy
# steps:
# - uses: actions/checkout@v4
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - uses: actions-rs/cargo@v1
# with:
# command: test
#
test:
name: Test Suite
runs-on: neon-proxy
env:
NEON_REVISION: dev
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test

# fmt:
# name: Rustfmt
# runs-on: neon-proxy
Expand Down

0 comments on commit 360a02f

Please sign in to comment.