We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7a25a commit f8c36f5Copy full SHA for f8c36f5
.github/workflows/ci.yml
@@ -44,8 +44,8 @@ jobs:
44
working-directory: ./native/sorted_set_nif
45
- run: mix format --check-formatted
46
47
- build:
48
- name: Build
+ test:
+ name: Test
49
runs-on: ubuntu-latest
50
strategy:
51
matrix:
@@ -70,7 +70,8 @@ jobs:
70
with:
71
elixir-version: ${{ matrix.beam-pair.elixir-version }}
72
otp-version: ${{ matrix.beam-pair.otp-version }}
73
- - run: cargo build
+ - run: cargo test
74
75
- run: mix deps.get
76
- run: mix compile
77
+ - run: mix test
0 commit comments