Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
id: tests-only-needed
run: |
PKG=${{ matrix.package }}
gap -A --quitonbreak -r -c "
gap --bare --quitonbreak -r -c "
Comment thread
fingolfin marked this conversation as resolved.
Outdated
pkgname := \"$PKG\";

# WORKAROUNDS for various packages which need additional packages
Expand Down
1 change: 1 addition & 0 deletions packages/ace/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@
"TestFile": "tst/aceds.tst",
"Version": "5.7.0"
}

Loading