ObjFW  Diff

Differences From Artifact [ffe8f603bc]:

To Artifact [e45a841261]:


35
36
37
38
39
40
41




35
36
37
38
39
40
41
42
43
44
45







+
+
+
+
      run: ./configure ${{ matrix.configure_flags }}
    - name: make
      run: make -j$(nproc)
    - name: make check
      run: make check
    - name: make install
      run: sudo make install
    - name: C++ test
      run: |
        objfw-compile -o cxxtest .github/workflows/CXXTest.mm
        ./cxxtest