]> Repositorios git - scryer-prolog.git/commitdiff
re-add CI job to test Cargo.toml rust-version
authorBennet Bleßmann <[email protected]>
Tue, 28 May 2024 17:34:26 +0000 (19:34 +0200)
committerBennet Bleßmann <[email protected]>
Tue, 28 May 2024 19:27:29 +0000 (21:27 +0200)
was removed in #2393 instead of being updated, see

- https://github.com/mthom/scryer-prolog/pull/2393#discussion_r1585963855 and
- https://github.com/mthom/scryer-prolog/commit/79bc2d9c68da2257a94eb22ef8717a304173e344#commitcomment-141790142

.github/workflows/ci.yml

index 9bbf50b6f074716eb04f500067b9168329bf0d3d..9a9b092286868a4f37b8910f830e25970aa76f5f 100644 (file)
@@ -46,6 +46,8 @@ jobs:
           - { os: ubuntu-22.04,   rust-version: stable,  target: 'i686-unknown-linux-gnu',   publish: true }
           # FIXME(issue #2138): run wasm tests, failing to run since https://github.com/mthom/scryer-prolog/pull/2137 removed wasm-pack
           - { os: ubuntu-22.04,   rust-version: nightly, target: 'wasm32-unknown-unknown',   publish: true, args: '--no-default-features' , test-args: '--no-run --no-default-features' }
+          # Cargo.toml rust-version
+          - { os: ubuntu-22.04,   rust-version: "1.77",  target: 'x86_64-unknown-linux-gnu'}
           # rust versions
           - { os: ubuntu-22.04,   rust-version: beta,    target: 'x86_64-unknown-linux-gnu'}
           - { os: ubuntu-22.04,   rust-version: nightly, target: 'x86_64-unknown-linux-gnu'}