Skip to content

Commit f8c36f5

Browse files
committed
Actually run tests in CI
1 parent ef7a25a commit f8c36f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
working-directory: ./native/sorted_set_nif
4545
- run: mix format --check-formatted
4646

47-
build:
48-
name: Build
47+
test:
48+
name: Test
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
@@ -70,7 +70,8 @@ jobs:
7070
with:
7171
elixir-version: ${{ matrix.beam-pair.elixir-version }}
7272
otp-version: ${{ matrix.beam-pair.otp-version }}
73-
- run: cargo build
73+
- run: cargo test
7474
working-directory: ./native/sorted_set_nif
7575
- run: mix deps.get
7676
- run: mix compile
77+
- run: mix test

0 commit comments

Comments
 (0)