diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-12-19 16:55:22 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-12-19 16:55:22 +0100 |
| commit | a46066ca230a421ef40bf1136ec030cc10afab84 (patch) | |
| tree | 1b3871f99241f39ed12ff96801c96731992cee0d | |
| parent | 984e045848ff28294d86471478286307942680da (diff) | |
| download | rust-a46066ca230a421ef40bf1136ec030cc10afab84.tar.gz rust-a46066ca230a421ef40bf1136ec030cc10afab84.zip | |
Remove ignored commands from gcc12 CI
| -rw-r--r-- | .github/workflows/gcc12.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/gcc12.yml b/.github/workflows/gcc12.yml index 1a17b936c74..a27ef913c21 100644 --- a/.github/workflows/gcc12.yml +++ b/.github/workflows/gcc12.yml @@ -28,9 +28,6 @@ jobs: # FIXME: re-enable asm tests when GCC can emit in the right syntax. # "--asm-tests", "--test-libcore", - "--extended-rand-tests", - "--extended-regex-example-tests", - "--extended-regex-tests", "--test-successful-rustc --nb-parts 2 --current-part 0", "--test-successful-rustc --nb-parts 2 --current-part 1", ] |
