diff options
Diffstat (limited to '.github/workflows/linux_test_asan.yml')
-rw-r--r-- | .github/workflows/linux_test_asan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_test_asan.yml b/.github/workflows/linux_test_asan.yml index d6fc1e8..12e0889 100644 --- a/.github/workflows/linux_test_asan.yml +++ b/.github/workflows/linux_test_asan.yml | |||
@@ -18,6 +18,6 @@ jobs: | |||
18 | CTEST_OUTPUT_ON_FAILURE: 1 | 18 | CTEST_OUTPUT_ON_FAILURE: 1 |
19 | name: ${{ matrix.compiler }} - ${{ matrix.os }} | 19 | name: ${{ matrix.compiler }} - ${{ matrix.os }} |
20 | steps: | 20 | steps: |
21 | - uses: actions/checkout@v2 | 21 | - uses: actions/checkout@main |
22 | - name: Run CI script | 22 | - name: Run CI script |
23 | run: ./scripts/test | 23 | run: ./scripts/test |