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 2831982 commit df33917Copy full SHA for df33917
.github/workflows/build.yml
@@ -177,6 +177,17 @@ jobs:
177
working-directory: ${{github.workspace}}/app/build
178
run: cmake --build . --config ${{ matrix.build_type }}
179
180
+ - name: BEAM Tests Windows
181
+ shell: cmd
182
+ working-directory: ${{github.workspace}}/app/server/beam/tau
183
+ run: mix test
184
+ if: matrix.os == 'windows-latest'
185
+
186
+ - name: BEAM Tests (Mac/Linux)
187
188
189
+ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
190
191
- name: Ruby Tests (Mac/Linux)
192
working-directory: ${{github.workspace}}/app/server/ruby
193
run: rake test
0 commit comments