Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aarroyoc committed Jan 3, 2024
1 parent 0fbbffa commit 5c78c16
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Install Rust cargo
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: cargo
- name: Checkout
uses: actions/checkout@v3
- name: Checkout Scryer Prolog
Expand All @@ -26,6 +20,6 @@ jobs:
- name: Install Logtalk
uses: logtalk-actions/setup-logtalk@master
with:
logtalk-version: latest
logtalk-version: 3.70.0
- name: Execute tests
run: logtalk_tester -p scryer

0 comments on commit 5c78c16

Please sign in to comment.