Skip to content

Commit

Permalink
Revert "Try to setup prebuilt binaries for releases"
Browse files Browse the repository at this point in the history
This reverts commit 3396c17.
  • Loading branch information
bsamseth committed Sep 14, 2024
1 parent f12972a commit bb79ef3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 60 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/cargo-build-test-publish.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/cargo-build-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build and test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --exclude fathom --workspace

0 comments on commit bb79ef3

Please sign in to comment.