diff --git a/.github/workflows/gcclassic-compile-tests.yml b/.github/workflows/gcclassic-compile-tests.yml index 0bd61fa..f65ac27 100644 --- a/.github/workflows/gcclassic-compile-tests.yml +++ b/.github/workflows/gcclassic-compile-tests.yml @@ -30,4 +30,4 @@ jobs: run: | git submodule update --init --recursive cd test/integration/GCClassic - ./integrationTest.sh -d /test -s none -e ~/.bashrc + ./integrationTest.sh -d /GCC_it -t compile diff --git a/CHANGELOG.md b/CHANGELOG.md index 554b9b0..bce644a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - TBD ### Added -- GitHub action to perform compile-only integrationt tests +- GitHub action to perform compile-only integration tests ## [14.3.0] - 2024-02-07 ### Changed