Skip to content

Commit

Permalink
fix: GitHub actions uses custom Docker image for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 3, 2023
1 parent 2acb862 commit 7177cce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Cargo testsuite

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: pinelang/llvm-docker:latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run cargo test
run: cargo test
21 changes: 0 additions & 21 deletions .github/workflows/rust.yml

This file was deleted.

0 comments on commit 7177cce

Please sign in to comment.