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 c8b88fd commit 52f4167Copy full SHA for 52f4167
AGENTS.md
@@ -24,7 +24,6 @@ Follow the instructions below when making changes.
24
25
3. Optionally, type 'make check' to run any self-tests that come with
26
the package, generally using the just-built uninstalled binaries.
27
- NOTE: auparse tests are failing because of a mismatch in mapping uid to accounts. Igonore these.
28
```
29
30
The CI workflow uses the same commands:
@@ -39,7 +38,6 @@ Follow the instructions below when making changes.
39
38
make -j$(nproc)
40
41
- name: Run tests
42
- if: matrix.container != 'ubuntu:latest'
43
run: make check
44
45
0 commit comments